Skip to content

Commit

Permalink
Do not use "python setup.py install" any more.
Browse files Browse the repository at this point in the history
Usage is deprecated.

modified:   .travis.yml
  • Loading branch information
jugmac00 committed Oct 21, 2019
1 parent 357123c commit 00c88f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00c88f5

Please sign in to comment.