sprockets.logging/.travis.yml

16 lines
220 B
YAML
Raw Permalink Normal View History

2015-06-08 14:09:56 +00:00
%YAML 1.1
---
language: python
python:
- 2.7
- pypy
- 3.4
before_install:
- pip install codecov
install:
- pip install -r test-requirements.txt
- pip install -e .
script: nosetests
after_success:
- codecov