mirror of
https://github.com/vale981/ablog
synced 2025-03-05 09:11:38 -05:00
13 lines
183 B
YAML
13 lines
183 B
YAML
language: python
|
|
sudo: false
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
- 3.4
|
|
- 3.5
|
|
before_install:
|
|
- pip install Sphinx Werkzeug alabaster invoke
|
|
install:
|
|
- pip install .
|
|
script:
|
|
- make test
|