We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b55ec commit c998937Copy full SHA for c998937
tox.ini
@@ -10,18 +10,37 @@ python_classes = Test Describe
10
python_functions = test_ it_ they_ but_
11
12
[tox]
13
-envlist = py26, py27
+envlist = py26, py27, py33, py34
14
15
[testenv]
16
deps =
17
+ behave
18
+ lxml>=3.1.0
19
mock
20
+ Pillow>=2.6.1
21
pyparsing>=2.0.1
22
pytest
23
+ XlsxWriter>=0.5.7
24
+
25
+commands =
26
+ py.test -qx
27
+ behave --format progress --stop --tags=-wip
28
+ ; behave --stop --tags=-wip
29
30
+[testenv:py33]
31
+deps =
32
behave
33
lxml>=3.1.0
34
Pillow>=2.6.1
35
+ pyparsing>=2.0.1
36
+ pytest
37
XlsxWriter>=0.5.7
38
-commands =
- py.test -x
- behave --stop
39
+[testenv:py34]
40
41
42
43
44
45
46
0 commit comments