Skip to content

Commit

Permalink
Reorganize dependencies for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
neithere committed Oct 11, 2015
1 parent d6bf35d commit 1ba12f1
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
9 changes: 1 addition & 8 deletions requirements/devel.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
coverage==3.5.1
django-coverage==1.2.1
pysqlite==2.6.3

Sphinx==1.1.2
Sphinx-PyPI-upload==0.2.1
docutils>=0.7
Pygments>=1.2
coverage==4.0
5 changes: 5 additions & 0 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
-r basic.txt
-r devel.txt

Sphinx==1.1.2
Sphinx-PyPI-upload==0.2.1
docutils>=0.7
Pygments>=1.2
2 changes: 0 additions & 2 deletions requirements/l10n.txt

This file was deleted.

5 changes: 5 additions & 0 deletions requirements/optional.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
django-modeltranslation>=0.10

# l10n
pytils>=0.2
Unidecode>=0.04
3 changes: 3 additions & 0 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-r basic.txt
-r devel.txt
-r optional.txt
6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ default = http://pypi.python.org/simple
testrun = http://pypi.testrun.org

[testenv]
deps=coverage
django
django-modeltranslation
commands=./run_tests.py []
deps = -r{toxinidir}/requirements/testing.txt
commands = ./run_tests.py []

0 comments on commit 1ba12f1

Please sign in to comment.