Skip to content

Commit

Permalink
updated .travs.yml to run tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
speratus committed Oct 2, 2019
1 parent bdebb50 commit 11538cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ python:
# - "3.5"
- "3.7"
install: pip3 list
script: python3 -m unittest discover
script: python3 tests.py

0 comments on commit 11538cb

Please sign in to comment.