From 75a8742ca4f43eb5b9e87f6fe35d7f33f7e0ea1f Mon Sep 17 00:00:00 2001 From: "Allen, Timothy" Date: Fri, 12 Jun 2020 20:55:15 -0400 Subject: [PATCH 1/2] After major surgery, this gets us to 10 failed tests, 9 passed, 6 skipped. --- .travis.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index e02b53b..0e88a35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,19 +9,14 @@ addons: packages: - pypy - python3.6 - - python3.7 - - python3.8 python: - "3.6" - - "3.7" - - "3.8" env: matrix: - - TOXENV=py36-dj22 - - TOXENV=py37-dj22 - - TOXENV=py38-dj22 + - TOXENV=dj22 + - TOXENV=dj30 - TOXENV=flake8 From ae456ba085270d4937741733dacf10a452adaa7a Mon Sep 17 00:00:00 2001 From: "Allen, Timothy" Date: Sat, 13 Jun 2020 08:12:39 -0400 Subject: [PATCH 2/2] Add venv/ to .gitignore. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c5033f3..f60dae8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ __pycache__ /docs/_build /.htmlcov *.egg-info/ -.vscode/ \ No newline at end of file +.vscode/ +venv/