Skip to content

Commit

Permalink
fix: only cplex on 2.7, 3.4 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
hredestig authored Mar 14, 2017
1 parent 467fab3 commit d17c8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ before_install:
- pip install pip --upgrade
- pip install codecov
- 'echo "this is a build for: $TRAVIS_BRANCH"'
- 'if [[ "$TRAVIS_BRANCH" != "devel" ]]; then bash ./.travis/install_cplex.sh; fi'
- 'if [[ "$TRAVIS_BRANCH" != "devel" && ($TRAVIS_PYTHON_VERSION == "3.4" || $TRAVIS_PYTHON_VERSION == "2.7") ]]; then bash ./.travis/install_cplex.sh; fi'
install:
- pip install flake8 numpy scipy pyzmq pandas
- pip install .[swiglpk,test,parallel,cli]
Expand Down

0 comments on commit d17c8a0

Please sign in to comment.