.travis.yml 290 B

123456789101112131415
  1. # Config file for automatic testing at travis-ci.com
  2. language: python
  3. python:
  4. - 3.8
  5. - 3.7
  6. - 3.6
  7. # Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
  8. install: pip install -U tox-travis
  9. # Command to run tests, e.g. python setup.py test
  10. script: tox