Skip to content

Commit

Permalink
Add Python 3.6 to CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrance committed Apr 21, 2017
1 parent 7b6be6e commit e6f4ceb
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 @@ -6,6 +6,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3.2 ]]; then pip install 'requests<2.11.0'; fi
- pip install -r requirements.txt
Expand Down

0 comments on commit e6f4ceb

Please sign in to comment.