mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Travis CI: remove python version, use setup.py dev[testing]
This commit is contained in:
parent
36acd164da
commit
1d59dd1275
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue