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
a829366733
zulip
/
tools
/
travis
/
setup-mypy
5 lines
81 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
Move tools/py3_test_reqs.txt to tools/setup/. Fixes #708
2016-05-26 13:00:57 +02:00
pip install --no-deps -r tools/setup/py3_test_reqs.txt