summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b46f677a6..ffc6caa72 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,10 +18,12 @@ matrix:
env: TOXENV=docs
- python: 3.5
env: TOXENV=pep8
- - python: nightly
+ - python: 3.6
env: TOXENV=py36
+ - python: nightly
+ env: TOXENV=py37
allow_failures:
- - env: TOXENV=py36
+ - env: TOXENV=py37
install:
- travis_retry pip install tox
@@ -29,6 +31,10 @@ install:
script:
- travis_retry tox
+cache:
+ directories:
+ - $HOME/.cache/pip
+
notifications:
email:
- pyramid-checkins@lists.repoze.org