ablog/.travis.yml

12 lines
167 B
YAML
Raw Normal View History

2015-03-01 12:52:35 -08:00
language: python
sudo: false
2015-03-01 12:52:35 -08:00
python:
- 2.7
- 3.4
before_install:
2015-04-08 22:56:45 -07:00
- pip install Sphinx Werkzeug alabaster invoke
2015-03-01 12:52:35 -08:00
install:
- pip install .
script:
- make test