File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ language: python
44python :
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
99install : 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
1313deploy :
1414 provider : pypi
1515 user : manujosephv
Original file line number Diff line number Diff 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 ],
You can’t perform that action at this time.
0 commit comments