rbd-iscsi-client/.travis.yml
Hemna 097db7108e Updated .travis.yml
This update removes py27 testing and adds py38 testing
2020-07-30 10:19:29 -04:00

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