Add mypy to circleci

pull/894/head
Nikhil Parasaram 6 years ago
parent 0cea8f5627
commit 37d98891d5
  1. 5
      .circleci/config.yml

@ -52,6 +52,11 @@ jobs:
- store_artifacts:
path: /home/mythril/.tox/output
- run:
name: Type testing
command: mypy .
working_directory: /home/mythril
- run:
name: Ensuring that setup script is functional
command: python3 setup.py install

Loading…
Cancel
Save