~ankatare/juju-ci-tools/juju-aws-add-credential

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: ankatare at hotmail
  • Date: 2017-01-31 03:53:09 UTC
  • mfrom: (1837.1.30 trunk)
  • Revision ID: ankatare@hotmail.com-20170131035309-8dmn8d86opr9yorl
merge trunck

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
p=test*.py
2
2
py3="assess_model_change_watcher.py"
3
3
test:
4
 
        TMPDIR=/tmp python -m unittest discover -vv ./tests -p "$(p)"
 
4
        TMPDIR=/tmp python -m unittest discover -vv . -p "$(p)"
5
5
lint:
6
6
        python3 -m flake8 --builtins xrange,basestring $(py3)
7
7
        flake8 $$(find -name '*.py') --builtins xrange,basestring --exclude $(py3)