erepublik-client/.travis.yml
Eriks Karls 0757345e17 .
2019-07-23 14:34:49 +03:00

15 lines
282 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.txt --use-mirrors
install: pip install -U tox-travis
# Command to run tests, e.g. python setup.py test
script: tox