mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-25 10:12:55 +03:00
Add Python 3.5 support
This commit is contained in:
parent
c6c32513dc
commit
eb9acaaf9d
@ -3,12 +3,13 @@ python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "pypy"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install coveralls
|
||||
script:
|
||||
script:
|
||||
- python setup.py install
|
||||
- coverage run --source=glances unitest.py
|
||||
after_success:
|
||||
- coveralls
|
||||
- coveralls
|
||||
|
@ -28,7 +28,7 @@ written in Python.
|
||||
Requirements
|
||||
============
|
||||
|
||||
- ``python >= 2.6`` or ``>= 3.3`` (tested with version 2.6, 2.7, 3.3, 3.4)
|
||||
- ``python >= 2.6`` or ``>= 3.3`` (tested with version 2.6, 2.7, 3.3, 3.4, 3.5)
|
||||
- ``psutil >= 2.0.0``
|
||||
- ``setuptools``
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user