mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
travis: Use dev_requirements.txt for dependencies
This commit is contained in:
parent
f6d012adf8
commit
d8e50d56da
1 changed files with 2 additions and 1 deletions
|
|
@ -8,8 +8,9 @@ before_install:
|
|||
- sudo locale-gen fr_FR.UTF-8 tr_TR.UTF-8
|
||||
install:
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then ln -s /usr/share/asciidoc/asciidocapi.py ~/virtualenv/python2.7/lib/python2.7/site-packages/; fi
|
||||
- pip install mock nose nose-cov Markdown typogrify-web
|
||||
- pip install .
|
||||
- pip install -r dev_requirements.txt
|
||||
- pip install nose-cov
|
||||
script: nosetests -sv --with-coverage --cover-package=pelican pelican
|
||||
after_success:
|
||||
# Report coverage results to coveralls.io
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue