contrib/vagrant/README.md
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 08 Aug 2015 15:01:27 -0700
changeset 25933 1fc6c02782ab
parent 21874 8da01b6e7b49
permissions -rw-r--r--
demandimport: remove support for Python < 2.5 The removed code was to support an __import__ function that doesn't support the "level" argument. This argument was added in Python 2.5, which we no longer support.

Run Mercurial tests with Vagrant:

$ vagrant up
$ vagrant ssh -c ./run-tests.sh