Skip to content

Commit

Permalink
Fix py37 build on travis-ci
Browse files Browse the repository at this point in the history
Use workaround described in:
travis-ci/travis-ci#9815
  • Loading branch information
bloomonkey committed Aug 20, 2018
1 parent 3d10c4d commit 0ab56f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
matrix:
include:
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: true
install: "pip install tox-travis"
script: "tox"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ commands =
[testenv:dev]
description=Development Environment
envdir = env
basepython = python2
basepython = python3.6
deps =
{[testenv]deps}
tox
Expand Down

0 comments on commit 0ab56f6

Please sign in to comment.