Explorar el Código

pipeline / debug: dump source folder content to check if version.py exists

Fabian Peter Hammerle hace 3 años
padre
commit
640aa6c414
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -63,6 +63,7 @@ install:
   fi
 - pipenv graph
 - cat "$(pipenv --venv)"/lib/python*/site-packages/freesurfer-volume-reader.egg-link
+- (set -x; ls -la $TRAVIS_BUILD_DIR/freesurfer_volume_reader/)
 
 script:
 - pipenv run pylint freesurfer_volume_reader tests/*