Browse Source

Add pypy to .travis.yml and tox.ini

Mike Naberezny 9 years ago
parent
commit
2d4f457c5b
2 changed files with 5 additions and 5 deletions
  1. 4 4
      .travis.yml
  2. 1 1
      tox.ini

+ 4 - 4
.travis.yml

@@ -1,15 +1,15 @@
 language: python
 
 sudo: false
+
 env:
+    - TOXENV=cover
     - TOXENV=py26
     - TOXENV=py27
-    - TOXENV=cover
+    - TOXENV=pypy
 
 install:
-    - travis_retry pip install tox==1.6.1
+    - travis_retry pip install tox
 
 script:
     - travis_retry tox
-notifications:
-    email: false

+ 1 - 1
tox.ini

@@ -3,7 +3,7 @@
 
 [tox]
 envlist =
-    py26,py27,cover
+    cover,py26,py27,pypy
 
 [testenv]
 commands =