summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2016-06-01 12:33:51 -0700
committerDylan Baker <dylan@pnwbakers.com>2016-06-02 11:09:47 -0700
commit8df7366c94b70f52c296a4b134c881c1a85767c0 (patch)
treeefd831d080c54727db35d13743ac368a95b429b7 /tox.ini
parent4c97b1346afc2c5f9873dcb2af5f338d893236bf (diff)
tox: split py27-accel for windows
Some parts of the accel profile don't work on windows (or don't work easily) such as lxml and subprocess32. Because of this create two separate accel profiles, one for windows and one for posix platforms. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini15
1 files changed, 8 insertions, 7 deletions
diff --git a/tox.ini b/tox.ini
index d70d5d818..901432e14 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,20 +1,21 @@
[tox]
-envlist = py{27,33,34,35}-{generator,noaccel,accel}
-skipsdist=True
-
+envlist = py{27,33,34,35}-{generator,noaccel}, py{27,33,34,35}-accel-{win,nix}
+skipsdist = True
[testenv]
passenv=HOME
+setenv =
+ USERNAME = foo
deps =
nose
coverage
six==1.5.2
accel: simplejson
- accel: lxml
- py27-accel,py{33,34,35}-{accel,noaccel}: psutil
+ accel-nix: lxml
+ py27-accel-nix,py{33,34,35}-{accel,noaccel}: psutil
py27-{accel,noaccel}: mock==1.0.1
- py27-accel: backports.lzma
- py27-accel: subprocess32
+ py27-accel-nix: backports.lzma
+ py27-accel-nix: subprocess32
py{27,33,34}: mako==0.8.0
py35: mako==1.0.2
generator: numpy==1.7.0