1
0
mirror of https://github.com/mnaberez/py65.git synced 2025-04-05 13:37:09 +00:00

Add Python 3.2 and 3.3 to travis

This commit is contained in:
Mike Naberezny 2013-10-26 16:01:08 -07:00
parent 560ef4374d
commit 820f9ad4b9

View File

@ -4,6 +4,8 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
# command to run tests
script:
- python setup.py test -q