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
26e1fca7ed
zulip
/
tools
/
travis
/
activate-venv
5 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Run tools/lint-all on Travis in python 3.
2016-07-02 03:06:57 +02:00
#!/bin/bash
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"