From 52f590e90af988366e9fbd439f15e7541d6f9891 Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 16 Sep 2019 13:58:13 +0200 Subject: [PATCH] CMake: do not use test_imports.py, it has been removed --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9a94a48ed2..13153b7c3c 100644 --- a/.travis.yml +++ b/.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: