Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
philpep committed May 23, 2015
1 parent 57c5f2f commit e0fc2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test:
integration-test:
vagrant up
vagrant ssh-config > .vagrant/ssh_config
testinfra -vs --cov testinfra --cov-report term --integration --ssh-config=.vagrant/ssh_config -n 4 testinfra
testinfra -vs --cov testinfra --cov-report term --integration --ssh-config=.vagrant/ssh_config -n 4 testinfra/test/integration

doc:
$(MAKE) -C doc html
Expand Down

0 comments on commit e0fc2a9

Please sign in to comment.