Skip to content

Commit

Permalink
switch autorelease to v0.1.2, not ops_fixes branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhswenson committed Dec 22, 2019
1 parent 2f67760 commit 4b9bc91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -24,8 +24,8 @@ install:
- export OPS_ENV="openpathsampling-py${CONDA_PY}"
- if [ -z "$MINIMAL" ] ; then source devtools/conda_install_reqs.sh; else pip install -r devtools/minimal.txt -r devtools/minimal_testing.txt; fi
# for the first OPS install, we will run the ops_fixes autorelease branch
- pip install git+https://github.com/dwhswenson/autorelease.git@ops_fixes
#- pip install autorelease
#- pip install git+https://github.com/dwhswenson/autorelease.git@v0.1.2
- pip install autorelease
- pip install --no-deps -e .

before_script:
Expand Down Expand Up @@ -65,4 +65,4 @@ env:
- CONDA_PY=3.7

import:
- dwhswenson/autorelease:autorelease-travis.yml@ops_fixes
- dwhswenson/autorelease:autorelease-travis.yml@v0.1.2

0 comments on commit 4b9bc91

Please sign in to comment.