diff --git a/.travis.yml b/.travis.yml index 5424bd6..e6f93b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,4 @@ install: - pip install -r pip_dependencies - sudo pip install -r pip_dependencies - sudo -H ./setup - - sudo apt install nosetests script: sudo nosetests -vv --nocapture diff --git a/pip_dependencies b/pip_dependencies index 26158a3..2e5b8e6 100644 --- a/pip_dependencies +++ b/pip_dependencies @@ -8,3 +8,4 @@ wifi python-wifi psycopg2 pycrypto +nose