Skip to content

Commit

Permalink
Add Python 3.5 to TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelad committed Jul 28, 2016
1 parent 5a9305a commit 16fe80c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ matrix:
- os: linux
python: 3.4
env: TOXENV=py34
- os: linux
python: 3.5
env: TOXENV=py35

install:
- pip install tox --use-mirrors
Expand Down

0 comments on commit 16fe80c

Please sign in to comment.