.travis.yml 385 B

12345678910111213141516171819
  1. # Config file for automatic testing at travis-ci.org
  2. # This file will be regenerated if you run travis_pypi_setup.py
  3. language: python
  4. env:
  5. - TOXENV=py35
  6. - TOXENV=py34
  7. - TOXENV=py33
  8. - TOXENV=pypy
  9. # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
  10. install: pip install -U tox
  11. # command to run tests, e.g. python setup.py test
  12. script: tox