Skip to content

Commit

Permalink
test with python 3.7 and 3.8dev
Browse files Browse the repository at this point in the history
  • Loading branch information
genomematt committed Aug 2, 2018
1 parent 145ee04 commit 05f80ab
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
#- "nightly" # 3.6-dev currently dependency for coverage failing
- "pypy3"
matrix:
include:
- python: "3.3"
- python: "3.4"
- python: "3.5"
- python: "3.6"
- python: "3.7"
allow_failures:
- python: "3.8-dev"
- python: "pypy3"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip3 install .
Expand Down

0 comments on commit 05f80ab

Please sign in to comment.