Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Support Python3 #20

Open
Nekmo opened this issue Oct 14, 2016 · 0 comments
Open

Support Python3 #20

Nekmo opened this issue Oct 14, 2016 · 0 comments

Comments

@Nekmo
Copy link

Nekmo commented Oct 14, 2016

According to the setup.py, this module is not compatible with python3. Please Included python3 the support. Thank you very much.

tox.ini
-------
[tox]
envlist =
    pep8
    py27-dj19-cms32
    py27-dj18-cms{32,31}
    py27-dj17-cms{32,31,30}
    py{27,26}-dj16-cms{31,30}
    py{27,26}-dj15-cms30
.travis.yml
-----------
env:
  - TOX_ENV=pep8
  - TOX_ENV=py27-dj19-cms32
  - TOX_ENV=py27-dj18-cms32
  - TOX_ENV=py27-dj18-cms31
  - TOX_ENV=py27-dj17-cms32
  - TOX_ENV=py27-dj17-cms31
  - TOX_ENV=py27-dj17-cms30
  - TOX_ENV=py27-dj16-cms31
  - TOX_ENV=py27-dj16-cms30
  - TOX_ENV=py26-dj16-cms31
  - TOX_ENV=py26-dj16-cms30
  - TOX_ENV=py27-dj15-cms30
  - TOX_ENV=py26-dj15-cms30
setup.py
--------
     ...
    classifiers=[
        'Development Status :: 4 - Beta',
        'Framework :: Django',
        'Intended Audience :: Developers',
        'License :: OSI Approved :: BSD License',
        'Operating System :: OS Independent',
        'Programming Language :: Python',
        'Topic :: Internet :: WWW/HTTP',
        'Programming Language :: Python :: 2.6',
        'Programming Language :: Python :: 2.7',
    ],
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant