Parcourir la source

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

rdb il y a 6 ans
Parent
commit
52f590e90a
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      .travis.yml

+ 0 - 2
.travis.yml

@@ -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: