mirror of
https://github.com/mnaberez/py65.git
synced 2025-01-14 21:29:41 +00:00
Add config file for Travis CI
This commit is contained in:
parent
0684002385
commit
5f1c3d7649
9
.travis.yml
Normal file
9
.travis.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user