mirror of
https://github.com/nikdoof/python-ts3.git
synced 2025-12-13 07:22:15 +00:00
11 lines
138 B
YAML
11 lines
138 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
- "3.2"
|
|
- "3.3"
|
|
- "3.4"
|
|
- "pypy"
|
|
# command to run tests
|
|
script: python setup.py test
|