Skip to content

Commit

Permalink
added unittests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lejafar committed Aug 12, 2018
1 parent 4f76882 commit 2e4a0b9
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 @@ -20,6 +20,9 @@ env:
global:
- TWINE_USERNAME=lejafar

before_script:
- python3 -m unittest discover -s tests/ -vvv

script:
- |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
Expand Down

0 comments on commit 2e4a0b9

Please sign in to comment.