mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
test travis-ci
This commit is contained in:
parent
48b318d29e
commit
912b1dbc1a
1 changed files with 8 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
install:
|
||||
- pip install nose --use-mirrors
|
||||
- pip install . --use-mirrors
|
||||
script: nosetests -s tests
|
||||
Loading…
Add table
Add a link
Reference in a new issue