Files
energy-usage/.travis.yml
2022-05-25 20:32:45 +01:00

9 lines
181 B
YAML

language: python
python:
- "3.6" # current default Python on Travis CI
- "3.7"
# command to install dependencies
install:
- pip install -r requirements.txt
# noop change