Skip to content

Commit

Permalink
Modify .travis.yml
Browse files Browse the repository at this point in the history
Runs pep-test before building
  • Loading branch information
joelvai committed Apr 9, 2019
1 parent c590ce0 commit 64bea5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64bea5a

Please sign in to comment.