Skip to content

Commit 8a53cda

Browse files
committed
add pypy2 and 3 to tests
1 parent efac53f commit 8a53cda

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ matrix:
1111
env: TOXENV=py35
1212
- python: "3.6"
1313
env: TOXENV=py36
14-
- python: "pypy"
15-
env: TOXENV=pypy
14+
- python: "pypy2"
15+
env: TOXENV=pypy2
16+
- python: "pypy3"
17+
env: TOXENV=pypy3
1618

1719
sudo: false
1820

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py34,py35,py36,pypy
2+
envlist = py27,py34,py35,py36,pypy2
33

44
[testenv]
55
deps=

0 commit comments

Comments
 (0)