We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97fcf1e + af8a3af commit c2197afCopy full SHA for c2197af
3 files changed
appveyor.yml .appveyor.ymlappveyor.yml renamed to .appveyor.yml
@@ -18,8 +18,8 @@ environment:
18
- PYTHON: "C:\\Python37-x64"
19
TOX_ENV: "test-py37,codecov"
20
21
- #- PYTHON: "C:\\Python38-x64"
22
- # TOX_ENV: "test-py38,codecov"
+ - PYTHON: "C:\\Python38-x64"
+ TOX_ENV: "test-py38,codecov"
23
24
25
init:
.travis.yml
@@ -1,7 +1,4 @@
1
-sudo: false
2
-cache:
3
-directories:
4
-- $HOME/.cache/pip
+cache: pip
5
6
language: python
7
MANIFEST.in
@@ -1,5 +1,5 @@
include README.md LICENSE CHANGELOG.md tox.ini requirements-test.txt .coveragerc Makefile pytest.ini .tox-coveragerc
-exclude TODO.md appveyor.yml
+exclude TODO.md .appveyor.yml
graft docs
prune docs/_build
0 commit comments