mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Fix dev[testing] typo in .travis.yml
This commit is contained in:
parent
89e86606ea
commit
0d64f5a358
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ before_install: >
|
|||
travis_retry sudo apt-get install python python-setuptools
|
||||
python-virtualenv python-dev gcc swig dialog libaugeas0 libssl-dev
|
||||
|
||||
install: travis_retry python setup.py dev[testing] # installs tox
|
||||
install: travis_retry python setup.py dev # installs tox
|
||||
script: travis_retry tox
|
||||
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue