Skip to content

Commit

Permalink
use py36 to run flake and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhard Weis committed Jul 5, 2017
1 parent 1d32c9e commit ff54946
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: python
matrix:
include:
- python: 2.6
env: TOXENV=py26
- python: 2.7
env: TOXENV=py27
- python: 3.3
Expand All @@ -13,9 +11,9 @@ matrix:
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: 3.4
- python: 3.6
env: TOXENV=flake
- python: 3.4
- python: 3.6
env: TOXENV=cover
install:
- pip install tox
Expand Down

0 comments on commit ff54946

Please sign in to comment.