Skip to content

Commit efac53f

Browse files
committed
test pypy
1 parent 51b9627 commit efac53f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ matrix:
1111
env: TOXENV=py35
1212
- python: "3.6"
1313
env: TOXENV=py36
14+
- python: "pypy"
15+
env: TOXENV=pypy
1416

1517
sudo: false
1618

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
2+
envlist = py27,py34,py35,py36,pypy
33

44
[testenv]
55
deps=

0 commit comments

Comments
 (0)