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
|
|
|
|
cache: pip
|