mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user