ablog/.travis.yml
2018-02-10 18:54:25 +01:00

12 lines
175 B
YAML

language: python
sudo: false
python:
- 2.7
- 3.5
- 3.6
before_install:
- pip install Sphinx Werkzeug alabaster invoke
install:
- pip install .
script:
- make test