1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-09-27 09:55:23 +00:00

Add config file for Travis CI

This commit is contained in:
Mike Naberezny 2013-01-07 17:17:12 -08:00
parent 0684002385
commit 5f1c3d7649

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
# Configuration for Travis CI
language: python
python:
- "2.6"
- "2.7"
# command to run tests
script:
- python setup.py test -q