Skip to content

Commit 9f72a35

Browse files
committed
Remove south dependency from tox
1 parent a663e71 commit 9f72a35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ changedir=docs
2727
whitelist_externals=make
2828
deps =
2929
sphinx
30-
south
3130
commands=make html
3231

3332
[testenv:flake8]
@@ -38,4 +37,4 @@ commands =
3837

3938
[flake8]
4039
max-line-length = 120
41-
exclude = docs,migrations,south_migrations,.tox
40+
exclude = docs,migrations,.tox

0 commit comments

Comments
 (0)