Fixed travis-ci config

This commit is contained in:
aewens 2020-03-12 13:28:46 -05:00
parent 872b5e51f6
commit c77420a9f8
1 changed files with 1 additions and 2 deletions

View File

@ -6,9 +6,8 @@ python:
- "3.8"
- "3.8-dev"
install:
- pip3 install mypy -r requirements.txt
- pip3 install -r requirements.txt
script:
- pip3 freeze
- mypy ircstates
- python3 -m unittest test