mirror of
https://github.com/nikdoof/mumblepy.git
synced 2025-12-13 06:22:17 +00:00
Add a basic testing framework using Vagrant.
This commit is contained in:
7
Vagrantfile
vendored
Normal file
7
Vagrantfile
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: ruby -*-
|
||||
# vi: set ft=ruby :
|
||||
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "base"
|
||||
config.vm.provision :shell, :path => ".vagrant/provision.sh"
|
||||
end
|
||||
Reference in New Issue
Block a user