diff --git a/.travis.yml b/.travis.yml index 1efc95a..89aa569 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,9 @@ install: - pip install pipenv - make install -script: +before_script: - make lint + +script: - make test - make test_notebook