Skip to content

Commit

Permalink
Merge pull request #522 from doorstop-dev/fix-ci
Browse files Browse the repository at this point in the history
Update test files for Python 3.9
  • Loading branch information
jacebrowning committed Sep 3, 2021
2 parents 902f501 + 843158b commit cf8e99d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
image: Visual Studio 2019

environment:
global:
RANDOM_SEED: 0
Expand All @@ -8,6 +10,8 @@ environment:
PYTHON_MINOR: 7
- PYTHON_MAJOR: 3
PYTHON_MINOR: 8
- PYTHON_MAJOR: 3
PYTHON_MINOR: 9

cache:
- .venv -> poetry.lock
Expand Down
Binary file modified doorstop/core/tests/files/exported.xlsx
Binary file not shown.

0 comments on commit cf8e99d

Please sign in to comment.