Skip to content

Commit c2197af

Browse files
authored
Merge branch 'master' into update-supported
2 parents 97fcf1e + af8a3af commit c2197af

3 files changed

Lines changed: 4 additions & 7 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:

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
sudo: false
2-
cache:
3-
directories:
4-
- $HOME/.cache/pip
1+
cache: pip
52

63
language: python
74

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)