123456789101112131415161718192021 |
- # Config file for automatic testing at travis-ci.org
- language: python
- python:
- - "3.5"
- - "3.4"
- - "3.3"
- - "3.2"
- - "2.7"
- - "2.6"
- - "pypy"
- # command to install dependencies:
- # install: pip install -r requirements.txt
- # command to run tests:
- script: python setup.py test
- # migrate to container-based travis.ci: http://docs.travis-ci.com/user/migrating-from-legacy
- sudo: false
|