Fix idle walking.

This commit is contained in:
aouinizied 2019-11-28 01:07:58 +01:00
parent c13f69a0ec
commit 15982bee23
2 changed files with 2 additions and 9 deletions

View file

@ -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'

View file

@ -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',