Skip to content

Commit

Permalink
test(postfix): env for testing on oldest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sydneyli committed Jun 21, 2018
1 parent 3877af6 commit 9995449
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -34,7 +34,7 @@ matrix:
- python: "3.5"
env: TOXENV=mypy
- python: "2.7"
env: TOXENV='py27-{acme,apache,certbot,dns,nginx}-oldest'
env: TOXENV='py27-{acme,apache,certbot,dns,nginx,postfix}-oldest'
sudo: required
services: docker
- python: "3.4"
Expand Down
6 changes: 6 additions & 0 deletions tox.ini
Expand Up @@ -100,6 +100,12 @@ commands =
setenv =
{[testenv:py27-oldest]setenv}

[testenv:py27-postfix-oldest]
commands =
{[base]install_and_test} certbot-postfix
setenv =
{[testenv:py27-oldest]setenv}

[testenv:py27_install]
basepython = python2.7
commands =
Expand Down

0 comments on commit 9995449

Please sign in to comment.