use tox for tests

This commit is contained in:
Scisco
2016-03-25 16:36:46 -04:00
parent 184a0943dd
commit e857fda80a
2 changed files with 4 additions and 6 deletions

View File

@@ -6,17 +6,14 @@ dependencies:
pre:
- sudo apt-get -y update
- sudo apt-get install -f --yes libgdal-dev
- pip install setuptools
- pip install setuptools>=20.3.1
- pip install -U pip
- pip install wheel
- pip install cython>=0.21
- pip install numpy==1.10.4
- pip install -r requirements-dev.txt
- pip install -e .
- pip install tox>=2.3.1
test:
override:
- python setup.py test
- tox
deployment:

View File

@@ -4,6 +4,7 @@ envlist = py27,py34,py35
[testenv]
deps =
wheel
cython>=0.21
pip>=8.1.1
jsonschema
mock>=1.3.0