dosage/.travis.yml
2017-04-04 08:25:14 +02:00

29 lines
481 B
YAML

language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
cache: pip
# install libjpeg-dev for Pillow to handle JPEGs
dist: trusty
sudo: false
addons:
apt:
packages:
- libjpeg-dev
# command to install dependencies
install:
- pip install -U tox-travis coveralls setuptools
# command to run tests
script: tox
after_success:
coveralls
notifications:
irc:
channels:
- "chat.freenode.net#dosage"
use_notice: true
skip_join: true