mirror of
https://github.com/sprockets/sprockets.logging.git
synced 2024-11-22 03:00:23 +00:00
14 lines
193 B
YAML
14 lines
193 B
YAML
%YAML 1.1
|
|
---
|
|
language: python
|
|
python:
|
|
- 2.7
|
|
- pypy
|
|
- 3.4
|
|
before_install:
|
|
- pip install nose coverage codecov
|
|
install:
|
|
- pip install -e .
|
|
script: nosetests
|
|
after_success:
|
|
- codecov
|