097db7108e
This update removes py27 testing and adds py38 testing
18 lines
347 B
YAML
18 lines
347 B
YAML
# Config file for automatic testing at travis-ci.org
|
|
|
|
language: python
|
|
|
|
cache: pip
|
|
|
|
python:
|
|
- 3.8
|
|
- 3.7
|
|
- 3.6
|
|
|
|
# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
|
install: pip install -U tox-travis -r requirements.txt -r test-requirements.txt
|
|
|
|
# Command to run tests, e.g. python setup.py test
|
|
script: tox
|
|
|