summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a3d5720..0df42d2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,12 +3,15 @@ cache: pip
# Environment changes have to be manually synced with 'tox.ini'.
# See: https://github.com/travis-ci/travis-ci/issues/3024
+
+# Python 3.7 is not yet supported by Travis CI.
+# See: https://github.com/travis-ci/travis-ci/issues/9815
+
python:
- 2.7
- 3.4
- 3.5
- 3.6
- - 3.7
- "pypy"
install:
@@ -16,7 +19,7 @@ install:
- pipenv install --dev --ignore-pipfile
script:
- - pipenv run tox
+ - pipenv run py.test
after_success:
- pipenv run coveralls