benchmark-scoreboard/.travis.yml

14 lines
261 B
YAML
Raw Normal View History

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