File tree 3 files changed +2
-3
lines changed
scripts/split-tox-gh-actions/templates
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 64
64
- name : Test django latest
65
65
run : |
66
66
set -x # print commands that are executed
67
- export PIP_CONSTRAINT=constraints.txt
68
67
./scripts/runtox.sh "py${{ matrix.python-version }}-django-latest"
69
68
- name : Test flask latest
70
69
run : |
@@ -141,7 +140,6 @@ jobs:
141
140
- name : Test django pinned
142
141
run : |
143
142
set -x # print commands that are executed
144
- export PIP_CONSTRAINT=constraints.txt
145
143
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-django"
146
144
- name : Test flask pinned
147
145
run : |
Original file line number Diff line number Diff line change 95
95
uses: codecov/test-results-action@v1
96
96
with:
97
97
token: {% raw %} ${{ secrets.CODECOV_TOKEN }}{% endraw %}
98
- files: .junitxml
98
+ files: .junitxml
Original file line number Diff line number Diff line change @@ -647,6 +647,7 @@ setenv =
647
647
PYTHONDONTWRITEBYTECODE =1
648
648
OBJC_DISABLE_INITIALIZE_FORK_SAFETY =YES
649
649
COVERAGE_FILE =.coverage-{envname}
650
+ PIP_CONSTRAINTS =constraints.txt
650
651
django: DJANGO_SETTINGS_MODULE =tests.integrations.django.myapp.settings
651
652
652
653
common: TESTPATH =tests
You can’t perform that action at this time.
0 commit comments