mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
split test matrix to cover py26 and lint separately
This commit is contained in:
parent
e36fe2ced5
commit
69fc4aed1d
1 changed files with 5 additions and 1 deletions
|
|
@ -5,5 +5,9 @@ before_install:
|
|||
- sudo apt-get install python python-setuptools python-virtualenv python-dev gcc swig dialog libaugeas0 libssl-dev
|
||||
install:
|
||||
- pip install tox
|
||||
env:
|
||||
- TOX_ENV=py26
|
||||
- TOX_ENV=py27
|
||||
- TOX_ENV=lint
|
||||
script:
|
||||
- tox
|
||||
- tox -e $TOX_ENV
|
||||
|
|
|
|||
Loading…
Reference in a new issue