From a2534197f5e71e401737ca911dcd0b41ea1f8d13 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Thu, 24 Mar 2016 09:42:23 -0700 Subject: [PATCH] long_driver.py not long_tests.py --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3e44e4f..89e70b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: python: - "2.7" - "3.4" -script: nosetests --cover-erase --with-coverage --cover-package tldp -- tests/long_tests.py tests/ +script: nosetests --cover-erase --with-coverage --cover-package tldp -- tests/long_driver.py tests/ # -- comments on install set on an Ubuntu system: # Here is the full set of packages that need to be installed in order for