Skip to content

Commit

Permalink
Added Python versions 3.6 and 3.7-dev to travis tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
anandology committed Jun 15, 2017
1 parent 247a615 commit 47ad18d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ python:
- "2.6"
- "2.7"
- "3.5"
- "3.6"
- "3.7-dev"
install:
- pip install -r test/requirements.txt
- if [[ $TRAVIS_PYTHON_VERSION = 2* ]] ; then pip install -r test/requirements2.txt; fi
Expand Down

0 comments on commit 47ad18d

Please sign in to comment.