Skip to content

Commit aaea368

Browse files
committed
temp fix for #54 : deactivate PYthon 3.7 testing
1 parent 4c6989f commit aaea368

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22
python:
33
- "3.6"
4-
- "3.7"
4+
#- "3.7"
55
- "3.8"
66
- "3.9"
77

@@ -21,8 +21,6 @@ jobs:
2121
script:
2222
- pre-commit run --all-files
2323
after_success:
24-
# codecoverage for Python 3 only
25-
- if [[ "$TRAVIS_PYTHON_VERSION" != "2.7" ]]; then
26-
pip install codecov;
27-
codecov;
28-
fi
24+
# code coverage :
25+
- pip install codecov
26+
- codecov

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"Programming Language :: Python :: 3.4",
4848
"Programming Language :: Python :: 3.5",
4949
"Programming Language :: Python :: 3.6",
50-
"Programming Language :: Python :: 3.7",
5150
"Programming Language :: Python :: 3.8",
5251
"Programming Language :: Python :: 3.9",
5352
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)