mirror of
https://github.com/mnaberez/py65.git
synced 2025-08-13 13:25:12 +00:00
Add config file for Travis CI
This commit is contained in:
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
|
Reference in New Issue
Block a user