certidude/.travis.yml

17 lines
235 B
YAML
Raw Normal View History

2015-09-09 05:46:01 +00:00
sudo: false
language: python
python:
#- "2.6"
#- "2.7"
#- "3.2"
- "3.3"
- "3.4"
2015-09-29 12:21:52 +00:00
- "3.5"
2015-09-09 05:46:01 +00:00
install:
- pip install -r requirements.txt
- pip install --editable .
script: py.test
2015-09-29 12:38:06 +00:00
cache:
directories:
- $HOME/.cache/pip