Skip to content

Commit

Permalink
ci.yml changes 1
Browse files Browse the repository at this point in the history
  • Loading branch information
hari-crystal committed Feb 16, 2024
1 parent 0074863 commit ece0bf0
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ jobs:
- name: Python setup
uses: actions/setup-python@v2
with:
python-version: "2.7" # Change Python version to 2.7
python-version: "3.8"

- name: Install dependencies
run: |
pip install tox
pip install "Django==1.11.21"
- name: tox install
run: pip install tox

- name: Run tests
run: tox -e py27-django111 # Adjust tox environment for Python 2.7 and Django 1.11
- name: Python 3.8, Django 2.22 Unit Tests
run: tox -e py38-django22

- name: Upload coverage to CodeCov
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit ece0bf0

Please sign in to comment.