ablog/.travis.yml
Tadej Borovšak ce832c026b Remove testing on python 2.6
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.
2017-07-28 18:26:22 +02:00

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