summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJürgen Gmach <juergen.gmach@googlemail.com>2019-10-21 09:33:37 +0200
committerJürgen Gmach <juergen.gmach@googlemail.com>2019-10-21 09:33:37 +0200
commit00c88f559c573be6a1e1dd348c228ac802dace34 (patch)
tree97223081f09c5d9f1637257c49efabfaf4e69086
parent357123cb73d39db9f16c5fdfe2cb55ed70618e31 (diff)
Do not use "python setup.py install" any more.
Usage is deprecated. modified: .travis.yml
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 54153aa0..0666dab8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ install:
- pip install -r requirements.txt
- pip install coveralls
script:
-- python setup.py install
+- pip install .
- coverage run --source=glances unitest.py
after_success:
- coveralls