aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-01-19 11:57:02 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-01-19 11:57:02 -0500
commita0e8d0568d84e29066a5b45aade5aafe28237ec0 (patch)
tree2feef6d74f8499cd7eb35b2125da2149b9e66262
parent98bf0b5d2da335aa12517cbb01bc733eee3b216b (diff)
downloadexternal_python_setuptools-a0e8d0568d84e29066a5b45aade5aafe28237ec0.tar.gz
external_python_setuptools-a0e8d0568d84e29066a5b45aade5aafe28237ec0.tar.bz2
external_python_setuptools-a0e8d0568d84e29066a5b45aade5aafe28237ec0.zip
Disable Python 2 tests on Github Actions
-rw-r--r--.github/workflows/python-tests.yml1
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