Tests are broken and outdated...
jedie opened this issue · 1 comments
jedie commented
The tests are broken because of:
File "/home/travis/build/divio/djangocms-link/djangocms_link/fields.py", line 10, in <module>
select2_version = LooseVersion(django_select2.__version__)
AttributeError: 'module' object has no attribute '__version__'
see: https://travis-ci.org/divio/djangocms-link/builds/317713548
And the test matrix is IMHO out of date:
djangocms-link$ tox -l
flake8
py34-latest
py27-latest
py34-dj18-cms34
py34-dj18-cms33
py27-dj18-cms34
py27-dj18-cms33
py34-dj19-cms34
py34-dj19-cms33
py27-dj19-cms34
py27-dj19-cms33
django 1.9 should be changed to 1.11
Django CMS 3.3 not needed
Python 3.5 is missing
isn't it?
bplociennik commented
I updated tox and Travis file for tests and introduced python 3.5+ support #155