Add tests.

This commit is contained in:
Alexandre Vicenzi 2016-01-15 01:10:17 -02:00
parent 7b58d0e748
commit c8a5b55c10
5 changed files with 93 additions and 0 deletions

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: python
python:
- "2.7"
- "3.4"
install:
- pip install pelican markdown
script: pelican -s tests/pelicanconf.py
notifications:
email: false