This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
57f477dd8b
zulip
/
tools
/
travis
/
setup-mypy
5 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add tools/run-mypy to Travis checks. Fixes #635.
2016-04-18 11:46:53 +02:00
#!/bin/bash
set -e
set -x
Add code to install mypy from provision.py.
2016-04-24 18:31:09 +02:00
pip install --no-deps -r tools/py3_test_reqs.txt