Skip to content

Commit f3ef12b

Browse files
authored
Merge pull request #104 from hugovk/appveyor-3.8
Test Python 3.8 on Windows
2 parents 8387104 + 15c40fa commit f3ef12b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

appveyor.yml renamed to .appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ environment:
1818
- PYTHON: "C:\\Python37-x64"
1919
TOX_ENV: "test-py37,codecov"
2020

21-
#- PYTHON: "C:\\Python38-x64"
22-
# TOX_ENV: "test-py38,codecov"
21+
- PYTHON: "C:\\Python38-x64"
22+
TOX_ENV: "test-py38,codecov"
2323

2424

2525
init:

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include README.md LICENSE CHANGELOG.md tox.ini requirements-test.txt .coveragerc Makefile pytest.ini .tox-coveragerc
2-
exclude TODO.md appveyor.yml
2+
exclude TODO.md .appveyor.yml
33

44
graft docs
55
prune docs/_build

0 commit comments

Comments
 (0)