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 e9febab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=flake8
- TOX_ENV=pydocstyle
script:
- tox -e $TOX_ENV
- coveralls
matrix:
fast_finish: true
include:
- python: 3.5
env:
- TOX_ENV=py35

0 comments on commit e9febab

Please sign in to comment.