1
0
Fork 0
forked from github/pelican
pelican-theme/.travis.yml

8 lines
171 B
YAML
Raw Normal View History

2012-03-11 17:05:59 +01:00
language: python
python:
- "2.6"
- "2.7"
install:
2012-03-11 18:02:57 +01:00
- pip install nose unittest2 mock --use-mirrors
2012-03-11 17:05:59 +01:00
- pip install . --use-mirrors
script: nosetests -s tests