Skip to content

Commit

Permalink
travis: add python3.5 to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
geertj committed Jul 3, 2015
1 parent 0fd9f6a commit a743c04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
language: python
python: 2.7
python: 3.4
env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=docs
- TOX_ENV=flake8
- TOX_ENV=coverage
install:
- pip install cffi tox
- pip install tox
script:
- tox -e $TOX_ENV -- -v
- if [ $TOX_ENV = "coverage" ]; then pip install coveralls; coveralls; fi

0 comments on commit a743c04

Please sign in to comment.