summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 11 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 0df42d2..9b4da02 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,15 +8,20 @@ cache: pip
# See: https://github.com/travis-ci/travis-ci/issues/9815
python:
- - 2.7
- - 3.4
- - 3.5
- - 3.6
- - "pypy"
+ - "2.7"
+ - "3.4"
+ - "3.5"
+ - "3.6"
+ - "3.7-dev"
+
+# This is blocked by https://github.com/pypa/pipenv/issues/2449,
+# also see https://github.com/pypa/pipenv/projects/7
+# - "pypy"
+ - "pypy3.5"
install:
- pip install pipenv
- - pipenv install --dev --ignore-pipfile
+ - pipenv install --dev
script:
- pipenv run py.test