forked from github/pelican
add requirements to travis-ci
This commit is contained in:
parent
991a49084a
commit
9cc7efbe12
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@ python:
|
|||
- "2.6"
|
||||
- "2.7"
|
||||
install:
|
||||
- pip install nose --use-mirrors
|
||||
- pip install nose unittest2 mock --use-mirrors
|
||||
- pip install . --use-mirrors
|
||||
script: nosetests -s tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue