Skip to content

Commit

Permalink
More travis fixes (#2305)
Browse files Browse the repository at this point in the history
* Update travis test to use v1.9.1 of config

* Increment version to 1.11.12
  • Loading branch information
josh-willis authored Aug 29, 2018
1 parent 4b2aa43 commit bafdb79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def get_version_info():

# If this is a release or another kind of source distribution of PyCBC
except:
version = '1.11.11'
version = '1.11.12'
release = 'True'

date = hash = branch = tag = author = committer = status = builder = build_date = ''
Expand Down
3 changes: 2 additions & 1 deletion tools/test_coinc_search_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ fi
echo -e "\\n>> [`date`] Entering virtual environment $VENV_PATH"
source ${VENV_PATH}/bin/activate

CONFIG_PATH="https://raw.githubusercontent.com/ligo-cbc/pycbc-config/${TRAVIS_TAG}"
CONFIG_TAG="v1.9.1"
CONFIG_PATH="https://raw.githubusercontent.com/ligo-cbc/pycbc-config/${CONFIG_TAG}"
echo -e "\\n>> [`date`] Using config files from ${CONFIG_PATH}"

VETO_DEFINER="https://raw.githubusercontent.com/gwastro/pycbc-config/master/O1/dq/H1L1-DUMMY_O1_CBC_VDEF-1126051217-1220400.xml"
Expand Down

0 comments on commit bafdb79

Please sign in to comment.