Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed circusweb/tests/__init__.py
Empty file.
52 changes: 0 additions & 52 deletions circusweb/tests/test_utils.py

This file was deleted.

10 changes: 0 additions & 10 deletions circusweb/tests/test_web.ini

This file was deleted.

106 changes: 0 additions & 106 deletions circusweb/tests/test_web.py

This file was deleted.

5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
[tox]
envlist = py26,py27,py34,flake8
envlist = py26,py27,py34
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you remove flake8 ???


[testenv]
deps = -r{toxinidir}/test-requirements.txt
commands =
python setup.py develop
unit2 discover -v circusweb

[testenv:flake8]
commands = flake8 circusweb