forked from github/pelican
make tox 2 compatible
This commit is contained in:
parent
47e468cebe
commit
e10ae8a187
2 changed files with 3 additions and 2 deletions
3
tox.ini
3
tox.ini
|
|
@ -1,11 +1,12 @@
|
|||
[tox]
|
||||
envlist = py27,py33,py34,docs
|
||||
envlist = py{27,33,34},docs
|
||||
|
||||
[testenv]
|
||||
basepython =
|
||||
py27: python2.7
|
||||
py33: python3.3
|
||||
py34: python3.4
|
||||
passenv = *
|
||||
usedevelop=True
|
||||
deps =
|
||||
-rdev_requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue