2015-04-08 19:04:54 +02:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "3.4"
|
2015-04-17 16:24:03 +02:00
|
|
|
- "3.3"
|
|
|
|
- "2.7"
|
2015-04-08 19:04:54 +02:00
|
|
|
install:
|
2015-04-08 19:07:38 +02:00
|
|
|
- python setup.py develop
|
2015-04-08 19:04:54 +02:00
|
|
|
- pip install -r requirements.txt
|
|
|
|
script: py.test
|