Skip to content

Commit 1ee6e0a

Browse files
committed
Don't test 2.7 yet, 'setup.py develop' doesn't seem to work yet.
1 parent 5e8c016 commit 1ee6e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alltests.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22
make --quiet testdata
33

4-
for %%v in (23 24 25 26 27) do (
4+
for %%v in (23 24 25 26) do (
55
call \ned\bin\switchpy %%v
66
python setup.py -q develop
77
set COVERAGE_TEST_TRACER=c

0 commit comments

Comments
 (0)