sprockets.http/.travis.yml

11 lines
210 B
YAML
Raw Normal View History

2014-08-19 16:58:29 +00:00
%YAML 1.2
---
language: python
python:
- 2.7
2015-07-22 17:41:30 +00:00
- 3.4
2014-08-19 16:58:29 +00:00
install:
2015-07-22 17:41:30 +00:00
- pip install -r requires/testing.txt
- pip install coverage
script: nosetests -c setup.cfg --with-coverage --cover-package=sprockets