Skip to content

Commit

Permalink
First pylint, then radon, then pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
blazs committed Jan 16, 2018
1 parent 5d9d0c6 commit 2eecb03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ install:
- pip install -r requirements-dev.txt
- pip install .
script:
- pytest --cov
- pylint sentinelhub/*.py
- radon cc sentinelhub/*.py -a -nb
- radon cc sentinelhub/*.py -a -nb
- pytest --cov

0 comments on commit 2eecb03

Please sign in to comment.