Switch to Debian for testing in Vagrant

pull/86/head
Anish Athalye 8 years ago
parent f52bbd1eec
commit 56aeffa387
  1. 2
      test/Vagrantfile

2
test/Vagrantfile vendored

@ -1,5 +1,5 @@
Vagrant.configure(2) do |config|
config.vm.box = 'ubuntu/trusty64'
config.vm.box = 'debian/jessie64'
# sync by copying for isolation
config.vm.synced_folder "..", "/dotbot", type: "rsync",

Loading…
Cancel
Save