Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
added comments about usage to the vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Hoyer committed Jul 24, 2014
1 parent bec9368 commit 03bd321
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :

#
# this Vagrantfile creates a simple ubuntu 14.04 box and installs python 2&3
# and the evelink requirements for both versions.
#
# you can run the tests with the commands nosetests-2.7 and nosetests-3.4
#

$script = <<SCRIPT
echo I am provisioning...
apt-get update -y
Expand Down

0 comments on commit 03bd321

Please sign in to comment.