make tests.py a package

This commit is contained in:
jesopo 2020-03-11 12:21:11 +00:00
parent dad9b4a268
commit 972a1a3632
3 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ install:
- pip3 install mypy
script:
- mypy irctokens.py
- python3 tests.py
- python3 -m unittest test.tokenise

0
test/__init__.py Normal file
View File