diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-19 11:57:02 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-19 11:57:02 -0500 |
| commit | a0e8d0568d84e29066a5b45aade5aafe28237ec0 (patch) | |
| tree | 2feef6d74f8499cd7eb35b2125da2149b9e66262 | |
| parent | 98bf0b5d2da335aa12517cbb01bc733eee3b216b (diff) | |
| download | python-setuptools-git-a0e8d0568d84e29066a5b45aade5aafe28237ec0.tar.gz | |
Disable Python 2 tests on Github Actions
| -rw-r--r-- | .github/workflows/python-tests.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 71957aba..fab2169a 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -18,7 +18,6 @@ jobs: - 3.7 - 3.6 - 3.5 - - 2.7 os: - ubuntu-18.04 - ubuntu-16.04 |
