Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 6507f86d66f4a7ba30af744cb393bdf7079b6900 (plain)
1
2
3
4
5
6
7
8
9
sandbox:
	virtualenv sandbox && \
	. sandbox/bin/activate && \
	pip install fabric

check:
	pep8 $(CURDIR)
	pylint --reports=n --disable=C,W,R,E,F --enable=W0611 \
        *.py fabfile