Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraynz committed Jul 7, 2018
1 parent 229bad2 commit acce3b1
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,11 +6,15 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "nightly"
matrix:
allow_failures:
- python: "nightly"
include:
- python: "3.7"
env: TOXENV=py37
dist: xenial
sudo: true

install:
- pip install coveralls tox-travis
Expand Down

0 comments on commit acce3b1

Please sign in to comment.