From e857fda80a5e0f64e7d1ecc4fd2130c2bcc7e7a7 Mon Sep 17 00:00:00 2001 From: Scisco Date: Fri, 25 Mar 2016 16:36:46 -0400 Subject: [PATCH] use tox for tests --- circle.yml | 9 +++------ tox.ini | 1 + 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/circle.yml b/circle.yml index 71dc25e..cff9446 100644 --- a/circle.yml +++ b/circle.yml @@ -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: diff --git a/tox.ini b/tox.ini index 7a00349..426378a 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ envlist = py27,py34,py35 [testenv] deps = wheel + cython>=0.21 pip>=8.1.1 jsonschema mock>=1.3.0