freemail/.travis.yml
2016-03-23 17:48:29 +01:00

11 lines
189 B
YAML

language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: python tests.py