Skip to content

Commit

Permalink
Pin packages to correct versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Feb 18, 2018
1 parent 4fba4af commit ccf7ac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion requirements/common.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
django-admin-sortable2==0.6.15
django-allauth==0.23.0
django-angular==1.1.4
django-appconf==1.0.2
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ install_command = pip install --no-deps {opts} {packages}
commands = coverage run -a {envbindir}/py.test example
deps =
django19: django<1.10
django19: django-select2<6
django19: django-select2<6.0
django110: django<1.11
django110: django-select2==6.0.1
django110: django-select2<6.1
django111: django<2.0
django111: django-select2==6.0.1
django111: django-select2<6.1
py27: -r{toxinidir}/requirements/test_py2.txt
py34: -r{toxinidir}/requirements/test_py3.txt
py35: -r{toxinidir}/requirements/test_py3.txt
Expand Down

0 comments on commit ccf7ac5

Please sign in to comment.