Skip to content

Commit

Permalink
Add old dependency test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Warren committed Jan 7, 2016
1 parent 2f569f7 commit 90f0b15
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# acme and letsencrypt are not yet on pypi, so when Tox invokes
# "install *.zip", it will not find deps
skipsdist = true
envlist = py{26,27,33,34,35},cover,lint
envlist = py{26,27,33,34,35},py{26,27}-oldest,cover,lint

# nosetest -v => more verbose output, allows to detect busy waiting
# loops, especially on Travis
Expand All @@ -31,6 +31,15 @@ setenv =
PYTHONHASHSEED = 0
# https://testrun.org/tox/latest/example/basic.html#special-handling-of-pythonhas


deps =
py{26,27}-oldest: cryptography==0.8
py{26,27}-oldest: configargparse==0.10.0
py{26,27}-oldest: psutil==2.1.0
py{26,27}-oldest: PyOpenSSL==0.13
py{26,27}-oldest: pyparsing==1.5.5
py{26,27}-oldest: python2-pythondialog==3.2.2rc1

[testenv:py33]
commands =
pip install -e acme[testing]
Expand Down

0 comments on commit 90f0b15

Please sign in to comment.