Skip to content

Commit

Permalink
Add most recent Python versions in Travis CI
Browse files Browse the repository at this point in the history
Add more recent Python versions including
development branches and nightly build.
  • Loading branch information
SylvainDe committed Mar 6, 2017
1 parent f3889c8 commit 1072bac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.6-dev"
- "3.7-dev"
- "nightly"
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
- pip install -e .
Expand Down

0 comments on commit 1072bac

Please sign in to comment.