Skip to content

Commit

Permalink
Merge 8b30d6a into 3e1cdeb
Browse files Browse the repository at this point in the history
  • Loading branch information
esc authored Oct 30, 2018
2 parents 3e1cdeb + 8b30d6a commit 9b051d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ python:
- 3.4
- 3.5
- 3.6
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install:
- pip install -r requirements.txt
- pip install -r test_requirements.txt
Expand Down

0 comments on commit 9b051d4

Please sign in to comment.