From 64bea5a55ad06fd08e50c9129886a214fa949ddb Mon Sep 17 00:00:00 2001 From: Joel Vainikka Date: Tue, 9 Apr 2019 14:21:18 +0300 Subject: [PATCH] Modify .travis.yml Runs pep-test before building --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index f075117c5..0ef3afa85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,9 @@ install: - pip install pyinstaller - pip install --upgrade setuptools - make install +before_script: + # PEP8 linting + - make pep-test script: - echo "@TODO - Running tests..." - pyinstaller --distpath dist/$TRAVIS_OS_NAME gui.spec