Browse Source

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 3 years ago
parent
commit
0abbea9d15
1 changed files with 1 additions and 0 deletions
  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/*