Add python 3.7 to tox.ini and travis.yml

This commit is contained in:
2019-03-10 10:30:14 +01:00
parent c77b0a2444
commit d5f7cfd301
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ cache:
python: python:
- "2.7" - "2.7"
- "3.5" - "3.5"
- "3.7"
install: install:
- pip install tox-travis - pip install tox-travis
- sh get_testdata.sh - sh get_testdata.sh

View File

@@ -1,5 +1,5 @@
[tox] [tox]
envlist = py27,py35 envlist = py27,py35,py37
[testenv] [testenv]
deps=nose deps=nose
commands=nosetests commands=nosetests