and run the full test suite (why not?)

This commit is contained in:
Martin A. Brown 2016-03-24 09:37:39 -07:00
parent 9b95c0a071
commit 7844af3576
1 changed files with 1 additions and 1 deletions

View File

@ -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