mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Address dependency on six during dev/testing. Fixes #1205.
This commit is contained in:
parent
0b3dc9db21
commit
061aae5d13
3 changed files with 4 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ install:
|
|||
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then ln -s /usr/share/asciidoc/asciidocapi.py ~/virtualenv/python2.7/lib/python2.7/site-packages/; fi
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install typogrify ; fi
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then pip install git+https://github.com/dmdm/typogrify.git@py3k#egg=typogrify; fi
|
||||
- pip install mock nose nose-cov Markdown
|
||||
- pip install mock nose nose-cov Markdown six
|
||||
- pip install .
|
||||
script: nosetests -sv --with-coverage --cover-package=pelican pelican
|
||||
after_success:
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ Markdown
|
|||
BeautifulSoup4
|
||||
lxml
|
||||
typogrify
|
||||
six
|
||||
|
||||
# To perform release
|
||||
bumpr==0.2.0
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -16,6 +16,7 @@ deps =
|
|||
BeautifulSoup4
|
||||
typogrify
|
||||
lxml
|
||||
six
|
||||
|
||||
[testenv:py33]
|
||||
deps =
|
||||
|
|
@ -24,3 +25,4 @@ deps =
|
|||
BeautifulSoup4
|
||||
git+https://github.com/dmdm/typogrify.git@py3k#egg=typogrify
|
||||
lxml
|
||||
six
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue