mirror of
https://github.com/mnaberez/py65.git
synced 2024-11-02 19:04:38 +00:00
10 lines
135 B
YAML
10 lines
135 B
YAML
|
# Configuration for Travis CI
|
||
|
|
||
|
language: python
|
||
|
python:
|
||
|
- "2.6"
|
||
|
- "2.7"
|
||
|
# command to run tests
|
||
|
script:
|
||
|
- python setup.py test -q
|