mirror of
https://github.com/sprockets/sprockets.logging.git
synced 2025-01-30 03:00:29 +00:00
16 lines
220 B
YAML
16 lines
220 B
YAML
|
%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
|