Skip to content

Commit

Permalink
FIX: python 3.7 tests following travis workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cesar Caballero Díaz committed Oct 18, 2018
1 parent 9f67b01 commit 73bd80e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
sudo: false
language: python
sudo: required
dist: xenial
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "3.6"
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
- "3.7"
install:
- pip install tox-travis
script:
Expand Down

0 comments on commit 73bd80e

Please sign in to comment.