From 7844af3576023343d49a6ba4af69cd11ae71382a Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Thu, 24 Mar 2016 09:37:39 -0700 Subject: [PATCH] and run the full test suite (why not?) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e46f8da..3e44e4f 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 +script: nosetests --cover-erase --with-coverage --cover-package tldp -- tests/long_tests.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