Skip to content

Commit

Permalink
Remove stale integration tests (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier authored Oct 17, 2021
1 parent 32062e6 commit 8942ff2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,31 +42,6 @@ jobs:
TOXENV: py${{ matrix.python-version }}-django${{ matrix.django-version }}
run: tox

run_integration_tests:
name: Integration tests
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
python-version: ["3.5"]

steps:
- uses: actions/checkout@v2
- name: setup python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

- name: Install Dependencies
run: |
pip install --upgrade setuptools
pip install tox
- name: Integration tests
env:
TOXENV: integration
run: tox

run_quality_tests:
name: Quality tests
runs-on: ${{ matrix.os }}
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ envlist =
py{3.6,3.7,3.8,3.9}-django3.1
py{3.6,3.7,3.8,3.9,3.10}-django3.2
py{3.6,3.7,3.8,3.9,3.10}-djangomain
integration
flake8

[testenv]
Expand Down

0 comments on commit 8942ff2

Please sign in to comment.