Skip to content

Commit 692e7be

Browse files
committed
Test under PyPy 3.
1 parent 040aa06 commit 692e7be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55
- "3.4"
66
- "3.5"
77
- "pypy"
8+
- "pypy3"
89

910
notifications:
1011
email:

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26,py27,py34,py35,pypy
2+
envlist = py26,py27,py34,py35,pypy,pypy3
33

44
[testenv]
55
deps=

0 commit comments

Comments
 (0)