Skip to content

Commit

Permalink
ensure package's source files are byte-compiled to avoid basic syntax…
Browse files Browse the repository at this point in the history
…-error derpage
  • Loading branch information
dlenski committed Feb 13, 2020
1 parent 69d8718 commit a97c9e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ python:
- "3.7"
- "3.8-dev"

install:
- "pip install ."

script:
- "python setup.py bdist" # detect syntax errors by byte-compiling
- "python setup.py build"

deploy:
Expand Down

0 comments on commit a97c9e7

Please sign in to comment.