CMake: do not use test_imports.py, it has been removed

This commit is contained in:
rdb 2019-09-16 13:58:13 +02:00
parent 9512b2274b
commit 52f590e90a

View File

@ -58,7 +58,6 @@ addons:
before_install:
# clean up remnants of makepanda
- mv makepanda/test_imports.py .
- makepanda/selfdestruct.py --yes
install:
@ -108,7 +107,6 @@ script:
- make -j4
- export PYTHONPATH=$PWD
- python ../test_imports.py
- pytest -v ../tests
notifications: