mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-19 16:28:14 +00:00
Fix idle walking.
This commit is contained in:
parent
c13f69a0ec
commit
15982bee23
2 changed files with 2 additions and 9 deletions
|
|
@ -7,13 +7,6 @@ matrix:
|
|||
python: '3.6'
|
||||
compiler: clang
|
||||
|
||||
- os: osx
|
||||
language: generic
|
||||
env: TRAVIS_PYTHON_VERSION="3.7"
|
||||
osx_image: xcode11.2
|
||||
python: '3.7'
|
||||
compiler: clang
|
||||
|
||||
- os: linux
|
||||
language: python
|
||||
python: 'pypy3'
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -120,9 +120,9 @@ setup(
|
|||
include_package_data=True,
|
||||
platforms=["Linux", "Mac OS-X", "Unix"],
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: Science/Research',
|
||||
'Programming Language :: Python :: 3 :: Only',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue