ablog/.travis.yml
2016-04-22 23:20:33 -07:00

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