Skip to content

Commit

Permalink
Merge 864c235 into 6a7937b
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Mar 5, 2019
2 parents 6a7937b + 864c235 commit 38e04a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
3 changes: 0 additions & 3 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
coverage
coveralls
mock>=1.0.1
nose>=1.3.0
django-nose>=1.2
flake8
https://github.com/nephila/djangocms-page-tags/archive/develop.zip
https://github.com/nephila/djangocms-helper/archive/develop.zip
tox
20 changes: 12 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,29 @@ envlist = docs,pep8,isort,py{36,35,34,27}-django{111,110,19,18}-cms{35,34}
commands = {env:COMMAND:python} setup.py test
deps =
django18: Django>=1.8,<1.9
django18: django-mptt>=0.8
django18: django-taggit>=0.18
django18: django-mptt>=0.8,<0.9
django18: django-taggit>=0.18,<0.22
django18: django-polymorphic<0.9
django18: djangocms-helper<1.1
django19: Django>=1.9,<1.10
django19: django-mptt>=0.8
django19: django-taggit>=0.18
django19: django-mptt>=0.8,<0.9
django19: django-taggit>=0.18,<0.22
django19: django-polymorphic<0.9
django19: djangocms-helper<1.1
django110: Django>=1.10,<1.11
django110: django-mptt>=0.8
django110: django-taggit>=0.18
django110: django-mptt>=0.8,<0.9
django110: django-taggit>=0.18,<0.22
django110: django-polymorphic>=0.9
django110: django-filer>=1.3
django110: djangocms-helper<1.1
django111: Django>=1.11,<2.0
django111: django-mptt>=0.8
django111: django-taggit>=0.18
django111: django-taggit>=0.18,<0.24
django111: django-polymorphic>=0.9
django111: django-filer>=1.3
django111: djangocms-helper
cms34: https://github.com/divio/django-cms/archive/release/3.4.x.zip
cms35: https://github.com/divio/django-cms/archive/develop.zip
cms35: https://github.com/divio/django-cms/archive/release/3.5.x.zip
-r{toxinidir}/requirements-test.txt

[testenv:pep8]
Expand Down

0 comments on commit 38e04a9

Please sign in to comment.