Add tests.
This commit is contained in:
parent
7b58d0e748
commit
c8a5b55c10
5 changed files with 93 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue