[Piglit] [PATCH 44/44] tox.ini: add python 3.3-3.5 for standard tests.
baker.dylan.c at gmail.com
baker.dylan.c at gmail.com
Wed Jan 27 16:06:52 PST 2016
From: Dylan Baker <baker.dylan.c at gmail.com>
This refactors the tox.ini a little bit since some of the requirements
of the accel platform on 2.7 (backports.lzma and subprocess32) are not
required in 3.3+, and mock is not required on 3.3+ for any profile.
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
tox.ini | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tox.ini b/tox.ini
index 3177fef..7cb1722 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27-{noaccel,accel},py{27,33,34,35}-generator
+envlist = py{27,33,34,35}-{generator,noaccel,accel}
skipsdist=True
@@ -10,12 +10,12 @@ deps =
nose
coverage
six
- {accel,noaccel}: mock
accel: simplejson
accel: lxml
- accel: backports.lzma
- accel: subprocess32
- accel: psutil
+ py27-accel,py{33,34,35}: psutil
+ py27-{accel,noaccel}: mock
+ py27-accel: backports.lzma
+ py27-accel: subprocess32
generator: numpy
commands =
{accel,noaccel}: nosetests unittests []
--
2.7.0
More information about the Piglit
mailing list