We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ea480 commit 906d24cCopy full SHA for 906d24c
.travis.yml
@@ -4,5 +4,4 @@ python:
4
- "2.7"
5
- "3.2"
6
- "3.3"
7
- #- "3.4"
8
script: make travis
Makefile
@@ -41,15 +41,10 @@ test/33:
41
# python 3.3
42
$(pypath) python3.3 $(tests)
43
44
-test/34:
45
- # python 3.4
46
- $(pypath) python3.4 $(test_opts) $(tests)
47
-
48
test/all:
49
-make test/2
50
-make test/32
51
-make test/33
52
- -make test/34
53
54
nose: build/nose
55
$(pypath) $(nose) $(nose_opts) $(tests)
@@ -74,15 +69,10 @@ int/33:
74
69
75
70
$(pypath) python3.3 $(test_opts) $(int)
76
71
77
-int/34:
78
79
- $(pypath) python3.4 $(test_opts) $(int)
80
81
72
int/all:
82
73
-make int/2
83
-make int/32
84
-make int/33
85
- -make int/34
86
87
travis: setup test
88
0 commit comments