mirror of
https://github.com/sprockets/sprockets.http.git
synced 2024-11-14 19:29:28 +00:00
10 lines
210 B
YAML
10 lines
210 B
YAML
%YAML 1.2
|
|
---
|
|
language: python
|
|
python:
|
|
- 2.7
|
|
- 3.4
|
|
install:
|
|
- pip install -r requires/testing.txt
|
|
- pip install coverage
|
|
script: nosetests -c setup.cfg --with-coverage --cover-package=sprockets
|