summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 10b0d29c..e41da62d 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -64,6 +64,7 @@ test_script:
- cd build
- if [%target%]==[Python] (
cd src/cython &
+ python -c "import sys; print(sys.path)" &
python -c "import gudhi; print(gudhi.__version__)" &
ECHO MSBuild RUN_TESTS.vcxproj
) else (