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