Skip to content

Commit

Permalink
Fix travis config for Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rfleschenberg committed Sep 21, 2016
1 parent 64ec4bd commit 81d66ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ install:

script:
- "if [[ $TRAVIS_PYTHON_VERSION == '2.7' && $DJANGOVER ]]; then export TOX_ENV=py27-$DJANGOVER; fi"
- "if [[ $TRAVIS_PYTHON_VERSION == '3.4' && $DJANGOVER ]]; then export TOX_ENV=py34-$DJANGOVER; fi"
- "if [[ $TRAVIS_PYTHON_VERSION == '3.5' && $DJANGOVER ]]; then export TOX_ENV=py35-$DJANGOVER; fi"
- tox -r -e "$TOX_ENV"

Expand Down

0 comments on commit 81d66ca

Please sign in to comment.