Master-DataScience-Notes/.travis.yml

10 lines
199 B
YAML
Raw Normal View History

2020-04-16 20:13:12 +02:00
language: python
2020-04-16 20:27:19 +02:00
# command to install dependencies
2020-04-16 20:23:14 +02:00
install:
2020-04-16 20:27:19 +02:00
- pip install -r requirements.txt
2020-04-16 20:29:10 +02:00
python:
- "3.6" # current default Python on Travis CI
2020-04-16 20:27:19 +02:00
# command to run tests
script:
- pytest