Skip to content

Commit

Permalink
Merge pull request #337 from jodal/py37-on-travis
Browse files Browse the repository at this point in the history
Run tests on Python 3.7 on Travis
  • Loading branch information
aleneum committed Feb 19, 2019
2 parents 715d577 + 6e06266 commit d0f4410
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
dist: xenial
language: python
python:
- "3.6"
- "3.5"
- "2.7"
- "3.5"
- "3.6"
- "3.7"
install:
- pip install python-coveralls coverage
- pip install -r requirements.txt
Expand All @@ -11,8 +13,7 @@ install:
script: nosetests --with-coverage --with-doctest
after_success:
- coveralls --config_file .coveragerc
sudo: false
addons:
apt:
packages:
- graphviz
- graphviz

0 comments on commit d0f4410

Please sign in to comment.