mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
8 lines
171 B
YAML
8 lines
171 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
install:
|
|
- pip install nose unittest2 mock --use-mirrors
|
|
- pip install . --use-mirrors
|
|
script: nosetests -s tests
|