Skip to content

Commit 965c0b8

Browse files
committed
test against pypy
1 parent d0f7454 commit 965c0b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: python
22
python:
3-
- 2.6
4-
- 2.7
3+
- "2.6"
4+
- "2.7"
5+
- "pypy"
56
install:
67
- python setup.py install
78
- pip install -r test_requirements.txt

0 commit comments

Comments
 (0)