Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2835607

Browse files
committed
Fixed setup.py and .travis.yml
1 parent 2ff4e4f commit 2835607

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ language: python
22
python:
33
- "3.5"
44
- "3.6"
5-
- "3.7"
6-
- "pypy"
75
- "pypy3"
86
install: "pip install -r requirements.txt"
97
script:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
'Operating System :: Microsoft :: Windows',
2323
'Operating System :: Unix',
2424
'Operating System :: MacOS',
25+
'Programming Language :: Python :: 3.5',
2526
'Programming Language :: Python :: 3.6',
26-
'Programming Language :: Python :: 3.7',
2727
'Programming Language :: Python :: Implementation :: PyPy',
2828
]
2929
)

0 commit comments

Comments
 (0)