mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
split test matrix to cover py26 and lint separately
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user