From 66b34000c6fc3a95f25f825de0be9a7c74fa7433 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Sat, 2 Apr 2016 12:45:19 -0700 Subject: [PATCH] run the new long_inventory.py test, too --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 89e70b3..7bf090a 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_driver.py tests/ +script: nosetests --cover-erase --with-coverage --cover-package tldp -- tests/long_driver.py tests/long_inventory.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