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
f4c111b68a
zulip
/
tools
/
ci
/
activate-venv
5 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Use #!/usr/bin/env for bash shebangs. /bin/sh and /usr/bin/env are the only two binaries that NixOS provides at a fixed path (outside a buildFHSUserEnv sandbox). This discussion was split from #11004. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2018-12-18 02:08:53 +01:00
#!/usr/bin/env bash
Run tools/lint-all on Travis in python 3.
2016-07-02 03:06:57 +02:00
py3: Stop running on Python 2 in Travis. This clears the way to dropping logic in lots of places for supporting Python 2.
2017-08-09 00:35:03 +02:00
source /srv/zulip-py3-venv/bin/activate
Run tools/lint-all on Travis in python 3.
2016-07-02 03:06:57 +02:00
echo "Using $VIRTUAL_ENV"