Files
energy-usage/.travis.yml
2021-06-13 21:10:29 +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