mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Travis CI: remove python version, use setup.py dev[testing]
This commit is contained in:
+5
-4
@@ -1,14 +1,15 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
|
||||
before_install:
|
||||
- sudo apt-get install python python-setuptools python-virtualenv python-dev gcc swig dialog libaugeas0 libssl-dev
|
||||
|
||||
install:
|
||||
- pip install -e .[testing]
|
||||
- pip install tox
|
||||
- python setup.py dev[testing]
|
||||
|
||||
env:
|
||||
- TOX_ENV=py26
|
||||
- TOX_ENV=py27
|
||||
- TOX_ENV=lint
|
||||
|
||||
script:
|
||||
- tox -e $TOX_ENV
|
||||
|
||||
Reference in New Issue
Block a user