Skip to content

Commit

Permalink
Added Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rlisagor committed Jan 15, 2016
1 parent f4c84b3 commit f9e5495
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
@@ -0,0 +1,9 @@
VAGRANT = vagrant

.PHONY: vagrant-up
vagrant-up:
$(VAGRANT) up

.PHONY: vagrant-test
vagrant-test: vagrant-up
$(VAGRANT) ssh -c "cd /vagrant && sudo /opt/pynetlinux/venv/bin/py.test"

0 comments on commit f9e5495

Please sign in to comment.