Skip to content

Commit

Permalink
also test with Python 3.6 and 3.7 (dirk-thomas#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas authored Jul 13, 2018
1 parent 84d518c commit 451c98b
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
language: python
dist: trusty
sudo: false
python:
- "2.7"
- "3.4"
- "3.5"
matrix:
include:
- python: 2.7
dist: trusty
sudo: false
- python: 3.4
dist: trusty
sudo: false
- python: 3.5
dist: trusty
sudo: false
- python: 3.6
dist: trusty
sudo: false
- python: 3.7
dist: xenial
sudo: true
install:
- pip install coverage flake8 flake8-docstrings flake8-import-order pytest PyYAML
script:
Expand Down

0 comments on commit 451c98b

Please sign in to comment.