Master-DataScience-Notes/.travis.yml
2020-04-16 20:29:10 +02:00

10 lines
199 B
YAML

language: python
# command to install dependencies
install:
- pip install -r requirements.txt
python:
- "3.6" # current default Python on Travis CI
# command to run tests
script:
- pytest