From 5c043256c333050a6c390efb51ab54d0207c1d4a Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Mon, 15 Jan 2018 15:01:35 -0600 Subject: [PATCH] added start-windows.bat --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c9ff2ab9..56157b6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ python: # install dependencies install: - pip install -r requirements.txt -script: pwd +script: ./test.sh