sprockets/.travis.yml

13 lines
300 B
YAML
Raw Permalink Normal View History

2014-08-19 16:47:24 +00:00
%YAML 1.2
---
language: python
python:
- 2.6
- 2.7
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install -r requirements-2.6.txt; fi
- pip install -r requirements.txt
script: nosetests -c nose.cfg --with-coverage --cover-package=sprockets
after_success:
- coveralls