Skip to content

Commit

Permalink
Merge pull request #15 from sonelu/CI-changes
Browse files Browse the repository at this point in the history
CI changes
  • Loading branch information
sonelu authored May 8, 2020
2 parents 94d441f + a277aec commit ec4f638
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 @@ -80,6 +80,7 @@ jobs:
- pip install .[all] --user
script: skip
deploy:
skip_cleanup: true
provider: pypi
user: __token__
password:
Expand All @@ -91,4 +92,6 @@ jobs:

script:
- coverage run -m pytest -v tests.py
- coverage xml
- coverage report
- flake8 roboglia --statistics --count

0 comments on commit ec4f638

Please sign in to comment.