travis-ci: install extras[testing]

This commit is contained in:
Damien Nozay
2014-11-27 10:06:17 -08:00
parent 69fc4aed1d
commit 5631ed0a97
+1
View File
@@ -4,6 +4,7 @@ python:
before_install: before_install:
- sudo apt-get install python python-setuptools python-virtualenv python-dev gcc swig dialog libaugeas0 libssl-dev - sudo apt-get install python python-setuptools python-virtualenv python-dev gcc swig dialog libaugeas0 libssl-dev
install: install:
- pip install -e .[testing]
- pip install tox - pip install tox
env: env:
- TOX_ENV=py26 - TOX_ENV=py26