python-zulip-api/tools
Debayan Ganguly 6ac2165bf1
provision: Replace virtualenv with python native venv.
- Replace virtualenv with python 3's native venv feature. The venv used is native to
  python3.5+, so there's no need for a separate dependency.
- Remove redundant activation script. An activation script is required
  to use the pip and python in the virtual environment, but because we're
  calling the pip inside the venv, we don't need one.

Fixes #625.
2021-02-24 18:20:49 -08:00
..
server_lib cleanup: Remove unused imports. 2020-04-18 20:31:14 -07:00
.coveragerc requirements: Remove unnecessary install dependency upon six & typing. 2020-05-05 09:20:50 -04:00
clean-branches Make git utility scripts executable. 2017-12-27 10:55:38 +01:00
clean-repo Make git utility scripts executable. 2017-12-27 10:55:38 +01:00
custom_check.py cleanup: Remove unused imports. 2020-04-18 20:31:14 -07:00
deploy cleanup: Remove unused imports. 2020-04-18 20:31:14 -07:00
deploy-branch Make git utility scripts executable. 2017-12-27 10:55:38 +01:00
fetch-pull-request Make git utility scripts executable. 2017-12-27 10:55:38 +01:00
fetch-rebase-pull-request Make git utility scripts executable. 2017-12-27 10:55:38 +01:00
lint lint: Replace pycodestyle with Flake8. 2020-04-18 20:31:14 -07:00
provision provision: Replace virtualenv with python native venv. 2021-02-24 18:20:49 -08:00
release-packages tools/release-packages: Stop generating universal wheels. 2020-04-18 20:33:17 -07:00
reset-to-pull-request Make git utility scripts executable. 2017-12-27 10:55:38 +01:00
review typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
run-mypy lint: Upgrade zulint. 2020-04-18 20:31:14 -07:00
test-bots cleanup: Remove unused imports. 2020-04-18 20:31:14 -07:00
test-botserver Finish the remaining migration of shebang to python3. 2020-04-03 08:18:08 -04:00
test-lib Finish the remaining migration of shebang to python3. 2020-04-03 08:18:08 -04:00
test-main test-main: Pass command-line arguments to each script. 2018-06-28 14:55:23 -04:00
test-static-analysis travis: Run mypy and linter in a single job. 2017-09-27 10:27:37 +02:00
test-zulip Finish the remaining migration of shebang to python3. 2020-04-03 08:18:08 -04:00