mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-12-03 06:54:03 +03:00
Update env sections
This commit is contained in:
parent
210c1676c5
commit
b166a003ab
19
.github/workflows/tests.yml
vendored
19
.github/workflows/tests.yml
vendored
|
@ -15,10 +15,10 @@ jobs:
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
env:
|
||||||
|
TOXENV: ${{ matrix.python-version }}
|
||||||
- run: pip install tox
|
- run: pip install tox
|
||||||
- run: tox
|
- run: tox
|
||||||
env:
|
|
||||||
TOXENV: ${{ matrix.python-version }}
|
|
||||||
|
|
||||||
test-coverage:
|
test-coverage:
|
||||||
name: Run tests with coverage
|
name: Run tests with coverage
|
||||||
|
@ -28,12 +28,11 @@ jobs:
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
- run: |
|
env:
|
||||||
pip install tox
|
TOXENV: coveralls
|
||||||
pip install cython
|
DEPENDENCY_INJECTOR_DEBUG_MODE: 1
|
||||||
make cythonize
|
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||||
|
- run: pip install tox
|
||||||
|
- run: pip install cython
|
||||||
|
- run: make cythonize
|
||||||
- run: tox
|
- run: tox
|
||||||
env:
|
|
||||||
TOXENV: coveralls
|
|
||||||
DEPENDENCY_INJECTOR_DEBUG_MODE: 1
|
|
||||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user