Selaa lähdekoodia

travis-ci: pylint tests

Fabian Peter Hammerle 5 vuotta sitten
vanhempi
commit
8c136fa2f3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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