Skip to content

Commit

Permalink
Explicitly set Python versions on Travis for flake
Browse files Browse the repository at this point in the history
  • Loading branch information
SethMichaelLarson authored and nir0s committed Dec 24, 2017
1 parent c987fb7 commit 8faff9b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ language: python

matrix:
include:
- env: TOXENV=flake8
- env: TOXENV=py3flake8
- python: 2.7
env: TOXENV=flake8
- python: 3.6
env: TOXENV=py3flake8
- python: 2.7
env: TOXENV=py27
- python: 3.4
Expand Down

0 comments on commit 8faff9b

Please sign in to comment.