mirror of
https://github.com/sprockets/sprockets-status.git
synced 2024-11-15 03:00:25 +00:00
14 lines
215 B
YAML
14 lines
215 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
- 3.4
|
|
- 3.5
|
|
- pypy
|
|
sudo: false
|
|
install:
|
|
- pip install -r requires/testing.txt coveralls sphinx
|
|
script:
|
|
- nosetests
|
|
- ./setup.py build_sphinx
|
|
after_success:
|
|
- coveralls
|