Skip to content

Commit

Permalink
ADD: #16 travis workaround for Python 3.7 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cesar Caballero Díaz committed Aug 7, 2018
1 parent 81afdae commit 9f67b01
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install:
- pip install tox-travis
script:
Expand Down

0 comments on commit 9f67b01

Please sign in to comment.