2013-02-14 21:28:34 +01:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
2013-04-30 18:09:42 +02:00
|
|
|
- "3.3"
|
2015-04-20 22:46:12 +02:00
|
|
|
- "3.4"
|
2016-03-07 01:08:57 +01:00
|
|
|
- "3.5"
|
2016-03-20 20:32:08 +01:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
$HOME/.cache/pip
|
2015-04-20 22:46:12 +02:00
|
|
|
# install libjpeg-dev for Pillow to handle JPEGs
|
2015-07-17 23:51:17 +02:00
|
|
|
sudo: false
|
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- libjpeg-dev
|
2013-02-14 21:32:20 +01:00
|
|
|
# command to install dependencies
|
|
|
|
install:
|
2016-03-20 19:53:43 +01:00
|
|
|
- pip install tox-travis coveralls
|
2013-02-14 21:28:34 +01:00
|
|
|
# command to run tests
|
2016-03-20 19:43:48 +01:00
|
|
|
script: tox
|
2016-03-14 01:10:28 +01:00
|
|
|
after_success:
|
|
|
|
coveralls
|
2015-04-21 00:01:23 +02:00
|
|
|
notifications:
|
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "chat.freenode.net#dosage"
|
|
|
|
use_notice: true
|
|
|
|
skip_join: true
|