Selaa lähdekoodia

pipeline / debug: dump egglink to find version.py

Fabian Peter Hammerle 4 vuotta sitten
vanhempi
commit
c1dc4d058d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -62,7 +62,7 @@ install:
     pipenv install --selective-upgrade "pandas==$PANDAS_VERSION";
   fi
 - pipenv graph
-- find "$(pipenv --venv)" | grep freesurfer
+- cat "$(pipenv --venv)"/lib/python*/site-packages/freesurfer-volume-reader.egg-link
 
 script:
 - pipenv run pylint freesurfer_volume_reader tests/*