1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

15 commits

Author SHA1 Message Date
Chris Hunt
4d1fd08d45 Run linters/docs on Windows and macOS
This ensures that contributors on any of the major platforms can run our
linting and doc building checks without any changes.
2019-12-28 17:43:10 -05:00
Hugo van Kemenade
229981192d
Merge branch 'master' into add-3.8-travis-ci 2019-11-26 08:13:47 +02:00
Albert Tugushev
83a9a12f96 Cache pre-commit in GitHib Actions (#7400)
See https://pre-commit.com/#github-actions-example
2019-11-25 22:02:53 +01:00
Hugo
125f483675 Test Python 3.8 on GHA 2019-11-04 23:16:06 +02:00
Albert Tugushev
8c66447bad Use python-version instead of deprecated version
It's deprecated since https://github.com/actions/setup-python/commit/6f6fcee.
2019-10-12 14:25:40 +02:00
Pradyun Gedam
618583fc6b
Revert "Remove GitHub Actions CI" 2019-10-05 07:49:22 +05:30
Pradyun Gedam
b38ce5d0e0
Remove GitHub Actions CI
Why: This seems to be causing 500 errors for @pradyunsg on PRs.

https://twitter.com/AndersKaseorg/status/1179851971433385984
2019-10-04 15:46:18 +05:30
Pradyun Gedam
033a01333c
Drop tox -e packaging from CIs 2019-09-24 18:35:53 +05:30
Pradyun Gedam
ff53e6d7d3
Drop dedicated CI job for NEWS fragment check
Why: This task is now handled as a part of pre-commit's checks.
2019-09-24 18:03:23 +05:30
Pradyun Gedam
9eab9d1e95
Drop lint-py2 and mypy from GitHub Actions CI 2019-09-24 17:03:39 +05:30
Chris Hunt
459c1c7e40 Validate NEWS files with rstcheck. 2019-09-16 20:52:46 -04:00
Sviatoslav Sydorenko
61ff014e6b
Don't parallelize tox
Co-Authored-By: Pradyun Gedam <pradyunsg@gmail.com>
2019-09-02 20:00:03 +02:00
Sviatoslav Sydorenko
7d095a2b06
Don't skip missing interpreters 2019-09-02 16:15:12 +02:00
Sviatoslav Sydorenko
8d83afb27e
Disable tox spinner 2019-09-02 16:10:58 +02:00
Sviatoslav Sydorenko
24bd7418b2
Add initial GH actions linter workflow 2019-08-31 11:05:27 +02:00