summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a04eb70..d3c5ac2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,8 @@
language: python
+sudo: false
+cache:
+ directories:
+ - $HOME/.cache/pip
install:
- pip install tox coveralls
script:
@@ -10,6 +14,7 @@ env:
- TOXENV=py33
- TOXENV=py32
- TOXENV=pypy
+- TOXENV=pypy3
after_success: coveralls
branches:
only: