erepublik-client/.travis.yml
2020-01-13 10:40:22 +02:00

15 lines
286 B
YAML

# Config file for automatic testing at travis-ci.org
language: python
python:
- 3.7
- 3.6
# Command to install dependencies, e.g. pip install -r requirements_dev.txt --use-mirrors
install: pip install -U tox-travis
# Command to run tests, e.g. python setup.py test
script: tox