Skip to content

Commit 5bc6f8e

Browse files
committed
-- added travis_wait
-- re-enabled 3.6
1 parent d8032a1 commit 5bc6f8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ 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

1111
# Command to run tests, e.g. python setup.py test
12-
script: tox
12+
script: travis_wait tox
1313
deploy:
1414
provider: pypi
1515
user: manujosephv

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)