Skip to content

Commit

Permalink
travis: remove unsupported Python 3.7
Browse files Browse the repository at this point in the history
Travis does not (yet) support Python 3.7.
Remove Python 3.7 from the testing matrix.

Signed-off-by: David Aguilar <davvid@gmail.com>
  • Loading branch information
davvid committed Jun 23, 2018
1 parent 00c74e2 commit 25ea6c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ matrix:
python: 3.5
- env: TOXENV=py36
python: 3.6
- env: TOXENV=py37
python: 3.7

install:
- "pip install tox"
Expand Down

0 comments on commit 25ea6c2

Please sign in to comment.