summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2015-07-19 13:31:14 +0300
committerOmer Katz <omer.drow@gmail.com>2015-07-19 13:31:14 +0300
commitcb231322a106942b4bb7dd96e80f56ffc707e3b4 (patch)
tree70ac837c14db58e5683ecf2349041b2df7d01059 /.travis.yml
parent7ce4e54f600651db6bb0bd088c90d8cf1717ee8d (diff)
downloadoauthlib-cb231322a106942b4bb7dd96e80f56ffc707e3b4.tar.gz
Added PyPy3 to the build, moved to the new infrastructure and cache pip dependencies.
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: