mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Use dev_requirements.txt for tox dependencies
This commit is contained in:
parent
d8e50d56da
commit
8dfa7c23f3
1 changed files with 1 additions and 16 deletions
17
tox.ini
17
tox.ini
|
|
@ -8,19 +8,4 @@ envlist = py27,py33
|
||||||
commands =
|
commands =
|
||||||
python -m unittest discover
|
python -m unittest discover
|
||||||
deps =
|
deps =
|
||||||
|
-rdev_requirements.txt
|
||||||
[testenv:py27]
|
|
||||||
deps =
|
|
||||||
mock
|
|
||||||
Markdown
|
|
||||||
BeautifulSoup4
|
|
||||||
typogrify-web
|
|
||||||
lxml
|
|
||||||
|
|
||||||
[testenv:py33]
|
|
||||||
deps =
|
|
||||||
mock
|
|
||||||
Markdown
|
|
||||||
BeautifulSoup4
|
|
||||||
typogrify-web
|
|
||||||
lxml
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue