Skip to content

Commit

Permalink
tests: Run pep8 tests as part of the tox run
Browse files Browse the repository at this point in the history
Now that the project doesn't have any pep8 warning/error left, we can
start enforcing PEP8 for new commits.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
  • Loading branch information
Damien Lespiau committed Mar 11, 2016
1 parent c2ae907 commit e30abcc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
1 change: 0 additions & 1 deletion tests/test_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ update_virtualenv venv $tests_dir/requirements.txt

tox --recreate
$tests_dir/test_js.sh
$tests_dir/test_pep8.sh

deactivate
17 changes: 0 additions & 17 deletions tests/test_pep8.sh

This file was deleted.

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = {py27}-django{17,18}
envlist = {py27}-django{17,18}, pep8
skipsdist = True

[testenv]
Expand Down

0 comments on commit e30abcc

Please sign in to comment.