ESBO-ETC/.travis.yml

11 lines
246 B
YAML

language: python
python:
- "3.6" # current default Python on Travis CI
- "3.7"
- "3.8"
# command to install dependencies
install:
- pip install -r requirements.txt
# command to run tests
script:
- python3 -m unittest discover tests