Skip to content

Commit 906d24c

Browse files
author
Josh Mervine
committed
removing 3.4, oops it's not out yet
1 parent a7ea480 commit 906d24c

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ python:
44
- "2.7"
55
- "3.2"
66
- "3.3"
7-
#- "3.4"
87
script: make travis

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,10 @@ test/33:
4141
# python 3.3
4242
$(pypath) python3.3 $(tests)
4343

44-
test/34:
45-
# python 3.4
46-
$(pypath) python3.4 $(test_opts) $(tests)
47-
4844
test/all:
4945
-make test/2
5046
-make test/32
5147
-make test/33
52-
-make test/34
5348

5449
nose: build/nose
5550
$(pypath) $(nose) $(nose_opts) $(tests)
@@ -74,15 +69,10 @@ int/33:
7469
# python 3.3
7570
$(pypath) python3.3 $(test_opts) $(int)
7671

77-
int/34:
78-
# python 3.4
79-
$(pypath) python3.4 $(test_opts) $(int)
80-
8172
int/all:
8273
-make int/2
8374
-make int/32
8475
-make int/33
85-
-make int/34
8676

8777
travis: setup test
8878

0 commit comments

Comments
 (0)