Skip to content

Commit

Permalink
Merge 628975e into 20dda5f
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 27, 2018
2 parents 20dda5f + 628975e commit 5b1cd29
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
language: python

cache: pip
sudo: false

python:
- 3.6
- 3.5
- 3.4
- pypy3
matrix:
fast_finish: true
include:
- python: 3.7
dist: xenial
sudo: true
- python: 3.6
- python: 3.5
- python: 3.4
- python: pypy3

# whitelist
# gh-pages is otherwise ignored by Travis CI
Expand All @@ -30,6 +35,3 @@ after_success:
- coveralls
- pip install pycodestyle
- pycodestyle scripts/*.py

matrix:
fast_finish: true

0 comments on commit 5b1cd29

Please sign in to comment.