aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-01-19 11:54:02 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-01-19 11:54:02 -0500
commit94f88bf48af78c4f961fe42241da556837efa3c1 (patch)
tree44aceec9ff1e6ed1971ee0c1b12e4bbc6a332e60 /.github
parent7f6394863dc096b9f31e71a5843acbd836ff8d6c (diff)
downloadexternal_python_setuptools-94f88bf48af78c4f961fe42241da556837efa3c1.tar.gz
external_python_setuptools-94f88bf48af78c4f961fe42241da556837efa3c1.tar.bz2
external_python_setuptools-94f88bf48af78c4f961fe42241da556837efa3c1.zip
Bootstrap the environment in tox, allowing simple 'tox' to run tests and simplifying all of the pipelines.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/python-tests.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml
index 71957aba..a95a5b1d 100644
--- a/.github/workflows/python-tests.yml
+++ b/.github/workflows/python-tests.yml
@@ -52,10 +52,6 @@ jobs:
env
env: ${{ matrix.env }}
- - name: Update egg_info based on setup.py in checkout
- run: >-
- python -m bootstrap
- env: ${{ matrix.env }}
- name: Verify that there's no cached Python modules in sources
if: >-
! startsWith(matrix.os, 'windows-')