2015-02-24 06:44:29 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
2016-09-20 18:58:37 +00:00
|
|
|
- "3.4"
|
|
|
|
- "3.5"
|
2015-02-24 06:44:29 +00:00
|
|
|
install: "pip install -r requirements.txt"
|
2015-02-24 06:50:14 +00:00
|
|
|
# run nosetests - Tests
|
2015-02-24 06:44:29 +00:00
|
|
|
script: nosetests
|