aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCraig Citro <craigcitro@gmail.com>2014-12-17 18:23:22 -0800
committerCraig Citro <craigcitro@gmail.com>2014-12-17 18:27:26 -0800
commit4823cc900c4b3f8f498db6731d68275f60ecbd4d (patch)
tree1afee0feda2435e87ab282bf737936b7be734b28 /.travis.yml
parentfb57ec4269f5a7511e0245bafd575641dea901f4 (diff)
downloadoauth2client-4823cc900c4b3f8f498db6731d68275f60ecbd4d.tar.gz
Clean up test envs.
We have a number of extra envs due to checking two versions of pyopenssl (0.13 and 0.14); this isn't actually necessary, since 0.14 is the one we really care about for the external repo. This cleans up the cases and names (and drastically shortens `tox.ini`), but keeps the old envs available for manual testing.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 5 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index f8e8beb..d93cadb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,11 @@
language: python
python: 2.7
env:
- - TOX_ENV=py26openssl13
- - TOX_ENV=py26openssl14
- - TOX_ENV=py27openssl13
- - TOX_ENV=py27openssl14
- - TOX_ENV=py33openssl14
- - TOX_ENV=py34openssl14
- - TOX_ENV=pypyopenssl13
- - TOX_ENV=pypyopenssl14
+ - TOX_ENV=py26
+ - TOX_ENV=py27
+ - TOX_ENV=py33
+ - TOX_ENV=py34
+ - TOX_ENV=pypy
install:
- pip install tox
script: