Skip to content

Commit

Permalink
Travis CI now supports Python 3.5 ootb
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusH committed Feb 7, 2017
1 parent 2aa3d16 commit 4f689e4
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
sudo: false
install:
- pip install tox==2.1.1 coveralls
env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=flake8
- TOX_ENV=pydocstyle
script:
- tox -e $TOX_ENV
- tox -e py${TRAVIS_PYTHON_VERSION//./}
- tox -e flake8
- tox -e pydocstyle
- coveralls
matrix:
fast_finish: true
include:
- python: 3.5
env:
- TOX_ENV=py35

0 comments on commit 4f689e4

Please sign in to comment.