Skip to content

Commit

Permalink
Fix travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lkraider committed Sep 19, 2017
1 parent d04cb32 commit 09f30f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ language: python

matrix:
include:
# latest python and system-provided python versions
- python: 3.6
env: TOX_ENV=py26,py27,py33,py34,py36,pypy
# extra python versions that need downloading
- python: 3.5
env: TOX_ENV=py35
env: TOX_ENV=py36
- python: 2.7
env: TOX_ENV=py27
- python: pypy
env: TOX_ENV=pypy
- python: pypy3
env: TOX_ENV=pypy3

Expand Down

0 comments on commit 09f30f0

Please sign in to comment.