Skip to content

Commit

Permalink
[testing] Vagrant basic configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Naglieri committed Mar 23, 2017
1 parent 0414bfb commit 570a805
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ terminal.glue

# virtualenv files
venv/

.vagrant/
3 changes: 3 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Vagrant.configure(2) do |config|
config.vm.box = "bento/centos-7.2"
end

0 comments on commit 570a805

Please sign in to comment.