mirror of
https://github.com/vale981/ablog
synced 2025-03-05 09:11:38 -05:00

Some of the Ablog dependencies do not work with python 2.6 anymore, so it makes little sense to try and test Ablog on 2.6.
12 lines
175 B
YAML
12 lines
175 B
YAML
language: python
|
|
sudo: false
|
|
python:
|
|
- 2.7
|
|
- 3.4
|
|
- 3.5
|
|
before_install:
|
|
- pip install Sphinx Werkzeug alabaster invoke
|
|
install:
|
|
- pip install .
|
|
script:
|
|
- make test
|