1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-01 03:41:31 +00:00

Add PyPy to travis

This commit is contained in:
Mike Naberezny 2014-01-21 15:59:16 -08:00
parent 5268377e80
commit d1bf44be1b

View File

@ -6,6 +6,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
- "pypy"
# command to run tests
script:
- python setup.py test -q