Add tests on PyPy 3 for Travis-CI
authorFlorent Xicluna <florent.xicluna@gmail.com>
Wed, 17 Dec 2014 01:30:51 +0000 (02:30 +0100)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Wed, 17 Dec 2014 01:37:56 +0000 (02:37 +0100)
.travis.yml

index a37c11595bc6713c1dab24803b7c0321fda66b3b..b1883254efb5de683d48e6cb7047ce420cc3a7ab 100644 (file)
@@ -6,6 +6,7 @@ python:
   - 3.3
   - 3.4
   - pypy
+  - pypy3
 install:
   - pip install -e .
   - pip list
@@ -17,6 +18,7 @@ script:
 matrix:
   allow_failures:
     - python: pypy
+    - python: pypy3
 
 notifications:
   email: