Explorar o código

pipeline: dump installed files to debug failing tests

```
  def test_module_version():
>       assert len(__version__) >= len('0.1.0')
E       TypeError: object of type 'NoneType' has no len()
```
Fabian Peter Hammerle %!s(int64=3) %!d(string=hai) anos
pai
achega
0abbea9d15
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -62,6 +62,7 @@ install:
     pipenv install --selective-upgrade "pandas==$PANDAS_VERSION";
   fi
 - pipenv graph
+- find "$(pipenv --venv)" | grep freesurfer
 
 script:
 - pipenv run pylint freesurfer_volume_reader tests/*