forked from mozman/ezdxf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.bat
20 lines (17 loc) · 768 Bytes
/
test.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@ECHO OFF
ECHO ********************************************************
ECHO Running Python 3.6 tests
ECHO ********************************************************
CALL test36.bat
ECHO ********************************************************
ECHO Running pypy2 tests
ECHO ********************************************************
CALL testpypy.bat
ECHO ********************************************************
ECHO Running Python 3.6 integration tests with pytest
ECHO ********************************************************
pytest integration_tests
ECHO ********************************************************
ECHO Running pypy2 integration tests with pytest
ECHO ********************************************************
CALL pypy.bat -m pytest integration_tests