We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6989f commit aaea368Copy full SHA for aaea368
.travis.yml
@@ -1,7 +1,7 @@
1
language: python
2
python:
3
- "3.6"
4
- - "3.7"
+ #- "3.7"
5
- "3.8"
6
- "3.9"
7
@@ -21,8 +21,6 @@ jobs:
21
script:
22
- pre-commit run --all-files
23
after_success:
24
- # codecoverage for Python 3 only
25
- - if [[ "$TRAVIS_PYTHON_VERSION" != "2.7" ]]; then
26
- pip install codecov;
27
- codecov;
28
- fi
+ # code coverage :
+ - pip install codecov
+ - codecov
setup.py
@@ -47,7 +47,6 @@
47
"Programming Language :: Python :: 3.4",
48
"Programming Language :: Python :: 3.5",
49
"Programming Language :: Python :: 3.6",
50
- "Programming Language :: Python :: 3.7",
51
"Programming Language :: Python :: 3.8",
52
"Programming Language :: Python :: 3.9",
53
"Operating System :: OS Independent",
0 commit comments