dosage/.travis.yml
2016-03-04 00:18:21 +01:00

26 lines
552 B
YAML

language: python
python:
- "2.7"
- "3.3"
- "3.4"
# install libjpeg-dev for Pillow to handle JPEGs
sudo: false
addons:
apt:
packages:
- libjpeg-dev
code_climate:
repo_token: 2a411f596959fc32f5d73f3ba7cef8cc4d5733299d742dbfc97fd6c190b9010c
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install pytest-xdist
# command to run tests
script: make test PYTESTOPTS="--tb=short -n10"
notifications:
irc:
channels:
- "chat.freenode.net#dosage"
use_notice: true
skip_join: true