2015-02-25 17:01:33 +01:00
|
|
|
sudo: false
|
2013-03-07 01:23:53 +01:00
|
|
|
language: python
|
2017-04-18 02:27:19 +02:00
|
|
|
python:
|
|
|
|
- "2.7"
|
|
|
|
- "3.4"
|
|
|
|
- "3.5"
|
|
|
|
- "3.6"
|
|
|
|
- pypy
|
2017-08-18 21:06:49 +02:00
|
|
|
- pypy3
|
2017-04-18 02:27:19 +02:00
|
|
|
install:
|
|
|
|
- pip install -r requirements-travis.txt
|
2018-07-21 20:20:10 +02:00
|
|
|
- pip install -e .
|
2017-04-18 02:27:19 +02:00
|
|
|
script: pytest
|
|
|
|
cache: pip
|
2014-11-06 04:01:10 +01:00
|
|
|
after_success: make coveralls
|
2013-03-07 03:12:18 +01:00
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
- paultag@gmail.com
|
2013-03-09 23:25:48 +01:00
|
|
|
irc:
|
|
|
|
channels:
|
2013-03-09 23:30:07 +01:00
|
|
|
- "irc.freenode.net#woo-city-commits"
|
2013-04-01 15:21:12 +02:00
|
|
|
- "irc.freenode.net#hy"
|
2013-04-11 03:44:23 +02:00
|
|
|
on_success: change
|
|
|
|
on_failure: change
|
|
|
|
use_notice: false
|