2014-06-17 00:09:50 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "3.3"
|
|
|
|
- "3.4"
|
2015-10-07 15:09:05 +00:00
|
|
|
- "3.5"
|
2016-04-26 16:39:05 +00:00
|
|
|
- "nightly"
|
2014-06-17 00:41:26 +00:00
|
|
|
install:
|
2014-12-21 05:06:36 +00:00
|
|
|
- pip install -r ./requirements-dev.txt
|
2015-01-26 23:57:48 +00:00
|
|
|
- pip install coveralls
|
2014-06-28 20:45:52 +00:00
|
|
|
script:
|
2014-12-18 23:12:14 +00:00
|
|
|
- ./test.py --with-coverage -v
|
2014-07-21 22:29:21 +00:00
|
|
|
after_success:
|
2015-01-27 00:20:08 +00:00
|
|
|
cd tests && coveralls
|