Prechádzať zdrojové kódy

added pypy3 to travis and tox config

Miroslav Shubernetskiy 10 rokov pred
rodič
commit
35b8b9af4c
2 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 1 0
      .travis.yml
  2. 1 1
      tox.ini

+ 1 - 0
.travis.yml

@@ -4,6 +4,7 @@ python:
   - "3.4"
   - "2.7"
   - "pypy"
+  - "pypy3"
 
 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
 install: pip install -r requirements-dev.txt

+ 1 - 1
tox.ini

@@ -1,6 +1,6 @@
 [tox]
 envlist =
-    py27, py34, pypy
+    py27, py34, pypy, pypy3
 
 [testenv]
 setenv =