Skip to content

Commit e5125ff

Browse files
committed
Add pytest config and update to python 3.8
1 parent f0cd1b3 commit e5125ff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pytest.ini

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pytest]
2+
testpaths = tests

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ def get_version():
3232
'License :: OSI Approved :: MIT License',
3333
'Operating System :: POSIX :: Linux',
3434
'Programming Language :: Python :: 3 :: Only',
35-
'Programming Language :: Python :: 3.4',
36-
'Programming Language :: Python :: 3.5',
35+
'Programming Language :: Python :: 3.8',
3736
'Topic :: Education',
3837
],
3938
packages=find_packages(exclude=['tests*']),

0 commit comments

Comments
 (0)