2013-01-08 01:17:12 +00:00
|
|
|
# Configuration for Travis CI
|
|
|
|
|
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.6"
|
|
|
|
- "2.7"
|
2013-10-26 23:01:08 +00:00
|
|
|
- "3.2"
|
|
|
|
- "3.3"
|
2014-01-21 23:59:16 +00:00
|
|
|
- "pypy"
|
2013-01-08 01:17:12 +00:00
|
|
|
# command to run tests
|
|
|
|
script:
|
|
|
|
- python setup.py test -q
|