sprockets.http/.travis.yml
2015-07-22 14:01:24 -04:00

10 lines
210 B
YAML

%YAML 1.2
---
language: python
python:
- 2.7
- 3.4
install:
- pip install -r requires/testing.txt
- pip install coverage
script: nosetests -c setup.cfg --with-coverage --cover-package=sprockets