mirror of
https://github.com/sprockets/sprockets.logging.git
synced 2025-01-16 11:17:57 +00:00
15 lines
220 B
YAML
15 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
|