Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit ca61dee

Browse files
committed
Fix Makefile
1 parent 64f9f14 commit ca61dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ upload_wininst_py3_x64: clean
177177
$(PYTHON3_X64) setup.py bdist_wininst upload
178178

179179
ifeq ($(OS),Windows_NT)
180-
test: test_py2_x86 test_py2_x64 test_py3_x86 test_py3_x86
180+
test: test_py2_x86 test_py2_x64 test_py3_x86 test_py3_x64
181181
else
182-
test: test_py2_x86 test_py2_x64
182+
test: test_py2_x64 test_py3_x64
183183
endif
184184

185185
test_py2_x86: clean

0 commit comments

Comments
 (0)