Travis CI: remove python version, use setup.py dev[testing]

This commit is contained in:
Jakub Warmuz 2014-11-28 21:42:47 +01:00
parent 36acd164da
commit 1d59dd1275

View file

@ -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