Skip to content

Commit

Permalink
support pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
gawel committed Jan 9, 2014
1 parent aa2e79c commit 6fffa62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python
python:
- 2.7
- 3.3
- pypy
install:
- python setup.py dev
script:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py32,py33
envlist = py27,py32,py33,pypy

[testenv]
commands =
Expand Down

0 comments on commit 6fffa62

Please sign in to comment.