We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40248c commit 235dad3Copy full SHA for 235dad3
tox.ini
@@ -1,10 +1,6 @@
1
[tox]
2
envlist=
3
py27,
4
- py27,
5
6
- py34,
7
8
py34,
9
flake8,
10
@@ -24,26 +20,6 @@ basepython=python2.7
24
20
deps =
25
21
{[base]deps}
26
22
27
-[testenv:py27]
28
-basepython=python2.7
29
-deps =
30
- {[base]deps}
31
-
32
33
34
35
36
37
-[testenv:py34]
38
-basepython=python3.4
39
40
41
42
43
44
45
46
47
23
[testenv:py34]
48
basepython=python3.4
49
0 commit comments