From 5ae5524a39c1d83e199330d518c09d5a83610e90 Mon Sep 17 00:00:00 2001 From: Chris Modjeska Date: Wed, 13 Nov 2013 11:22:42 -0500 Subject: [PATCH] Updated travis config --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d1b474a..896ce91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,6 @@ python: install: - "pip install -r test-requirements.txt" # command to run tests -script: python runtests.py \ No newline at end of file +script: + - "pip install -r test-requirements.txt" + - "python runtests.py"