run the new long_inventory.py test, too

This commit is contained in:
Martin A. Brown 2016-04-02 12:45:19 -07:00
parent 363269beb1
commit 66b34000c6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ before_install:
python: python:
- "2.7" - "2.7"
- "3.4" - "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: # -- comments on install set on an Ubuntu system:
# Here is the full set of packages that need to be installed in order for # Here is the full set of packages that need to be installed in order for