Drop nose dependency on Travis

Nose is not a well-supported library anymore.
Let's just use Python's builtin unittest library.
This commit is contained in:
gfyoung
2017-07-09 11:39:20 -07:00
parent d945d7bcc0
commit 65eb217353
3 changed files with 2 additions and 6 deletions

View File

@@ -12,10 +12,6 @@ To run unit tests, in the top level directory, just run:
python testUpdateHostsFile.py
You can also install `nose` with `pip` and then just run:
nosetests
**Note** if you are using Python 2, you must first install the `mock` library:
pip install mock