Explorar el Código

travis-ci: pylint tests

Fabian Peter Hammerle hace 5 años
padre
commit
15f7a10071
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -16,5 +16,5 @@ install:
 - pipenv graph
 
 script:
-- pipenv run pylint freesurfer_volume_reader
+- pipenv run pylint freesurfer_volume_reader tests/*
 - pipenv run pytest