benchmark-scoreboard/.travis.yml

13 lines
238 B
YAML
Raw Normal View History

2017-04-17 09:10:03 +00:00
language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
2017-04-17 11:18:38 +00:00
install:
2017-04-17 11:21:21 +00:00
- pip install -r requirements.txt
2017-04-17 09:10:03 +00:00
# command to run tests
2017-04-17 10:37:22 +00:00
script:
2017-04-17 11:21:21 +00:00
- export PYTHONPATH=$PYTHONPATH:$(pwd)
2017-04-17 11:18:38 +00:00
- python -m unittest