Skip to content

Commit

Permalink
Merge 852c092 into 0198a66
Browse files Browse the repository at this point in the history
  • Loading branch information
nickw444 committed Mar 4, 2019
2 parents 0198a66 + 852c092 commit 682a0e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -3,15 +3,17 @@ python:
- '3.6'

install:
- pip install coveralls flake8 mypy
- pip install coveralls codecov flake8 mypy
- pip install .

script:
- flake8 nessclient nessclient_tests
- mypy --strict nessclient
- coverage run --source=nessclient setup.py test

after_success: coveralls
after_success:
- coveralls
- codecov

before_deploy:
- git describe --tags > VERSION
Expand Down

0 comments on commit 682a0e6

Please sign in to comment.