Skip to content

Commit

Permalink
Cap Python to 3.6 to avoid Xenial workaround
Browse files Browse the repository at this point in the history
Some limitation to travis. Hopefully will be fixed soon?

travis-ci/travis-ci#9815
  • Loading branch information
noahmorrison committed Apr 21, 2019
1 parent e01e3e9 commit 221ab70
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -9,15 +9,14 @@ python:
- '3.4'
- '3.5'
- '3.6'
- '3.7'
- pypy

matrix:
include:
- python: 3.7
- python: 3.6
env:
- TOXENV=flake8
- python: 3.7
- python: 3.6
env:
- PUBLISH="true"
install:
Expand Down

0 comments on commit 221ab70

Please sign in to comment.