Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
gregocgt committed Feb 27, 2019
1 parent 33d7907 commit eb60174
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ install:
- python setup.py sdist
- pip install ./dist/*
script:
- find . -name '*.pyc' -exec rm -f {} \;
- find . -name '*.egg-info' -exec rm -rf {} \;
- find . -name '__pycache__' -exec rm -rf {} \;
- find . -name '.pytest_cache' -exec rm -rf {} \;
- pip freeze
- ./tests/tests.py
- pycodestyle ./SOLIDserverRest/*.py
Expand Down

0 comments on commit eb60174

Please sign in to comment.