mirror of
https://github.com/nikdoof/python-ts3.git
synced 2025-12-23 14:59:25 +00:00
8 lines
116 B
YAML
8 lines
116 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
- "3.2"
|
|
- "3.3"
|
|
# command to run tests
|
|
script: python setup.py test |