From 6d24613b0b453e546fa4e9defc695d8f982743c9 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Fri, 3 Jan 2020 15:20:00 -0500 Subject: Unify Vagrant and Travis-CI tests This patch makes the tests (including the test driver) run entirely inside Vagrant, which avoids calling the very slow `vagrant` driver many times for running the tests. On my machine, `./test` runs in 22 seconds, down from hundreds of seconds prior to this patch. This also has the nice side effect of matching how the Travis CI tests were run, so there's no need for a separate `test_travis` anymore. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index bece3e9..f81b161 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ python: sudo: false script: - - ./test/test_travis + - ./test/test -- cgit v1.2.3