Skip to content

Commit

Permalink
Merge pull request #10 from genomematt/travis_update
Browse files Browse the repository at this point in the history
test with python 3.7 and 3.8dev
  • Loading branch information
genomematt committed Aug 2, 2018
2 parents 145ee04 + 504f092 commit f73e9f1
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
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"
dist: xenial
sudo: true
allow_failures:
- python: "3.8-dev"
dist: xenial
sudo: true
- python: "pypy3"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip3 install .
Expand Down

0 comments on commit f73e9f1

Please sign in to comment.