Skip to content

Commit

Permalink
Merge pull request nicolargo#1549 from jugmac00/develop
Browse files Browse the repository at this point in the history
Modernize travis config file.
  • Loading branch information
nicolargo authored Nov 2, 2019
2 parents a1c63f4 + 00c88f5 commit c71bef2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: python
sudo: false
cache: pip
python:
- '2.7'
Expand All @@ -11,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 c71bef2

Please sign in to comment.