Skip to content

Commit a1e75be

Browse files
committed
Merge pull request #18 from Kuniwak/pypy
Support PyPy
2 parents 4628786 + 289cdfe commit a1e75be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
env:
77
- TOXENV="py27"
88
- TOXENV="py34"
9+
- TOXENV="pypy"
910
- TOXENV="coverage"
1011

1112
install:

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

44
[testenv]
55
deps=

0 commit comments

Comments
 (0)