Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Trying matrix workaround
  • Loading branch information
scnerd committed Sep 14, 2018
1 parent cea14c7 commit 6f1e8a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,11 @@ language: python
python:
- "3.5"
- "3.6"
- "3.7"
matrix:
include:
- python: 3.7
dist: xenial
sudo: true

install:
- pip install .
Expand Down

0 comments on commit 6f1e8a4

Please sign in to comment.