Skip to content

Commit

Permalink
added clean pycs
Browse files Browse the repository at this point in the history
  • Loading branch information
leliel12 committed Apr 8, 2017
1 parent f0d60b1 commit e2a0720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions clean_pycs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
find . -iname '*.pyc' -delete
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ envlist = py27, py34, py35, style, coverage

[testenv]
deps = ipdb
commands=python -m skcriteria.tests {posargs}
commands =
python -m skcriteria.tests {posargs}

[testenv:style]
basepython = python
Expand Down

0 comments on commit e2a0720

Please sign in to comment.