Skip to content

Commit

Permalink
updatetravis (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Feb 10, 2017
1 parent dc6b31e commit 9aa160d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ virtualenv:
env:
matrix:
- PYTHON_VERSION="2.7" LATEST="true"
- PYTHON_VERSION="3.4" LATEST="true"
- PYTHON_VERSION="3.5" LATEST="true"
- PYTHON_VERSION="3.4" COVERAGE="true" LATEST="true"
- PYTHON_VERSION="3.6" COVERAGE="true" LATEST="true"
install: source ./ci/.travis_install.sh
script: bash ./ci/.travis_test.sh
after_success:
Expand Down

0 comments on commit 9aa160d

Please sign in to comment.