Skip to content

Commit d8032a1

Browse files
committed
-- disabled build for python 3.6(timeout)
1 parent 1ccfcc2 commit d8032a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ language: python
44
python:
55
- 3.8
66
- 3.7
7-
- 3.6
7+
# - 3.6
88
# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
99
install: pip install -U tox-travis
1010

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def read_requirements(thelibFolder, filename):
4040
"License :: OSI Approved :: MIT License",
4141
"Natural Language :: English",
4242
"Programming Language :: Python :: 3",
43-
"Programming Language :: Python :: 3.6",
43+
# "Programming Language :: Python :: 3.6",
4444
"Programming Language :: Python :: 3.7",
4545
"Programming Language :: Python :: 3.8",
4646
],

0 commit comments

Comments
 (0)