Remove file after Python 2.6 deprecation

This commit is contained in:
nicolargo 2016-05-23 16:15:30 +02:00
parent 830caf9703
commit 6329ae6588
4 changed files with 5 additions and 9 deletions

View File

@ -1,3 +0,0 @@
-r requirements.txt
argparse
logutils

View File

@ -1 +1 @@
psutil==4.1.0
psutil==4.2.0

View File

@ -1,7 +1,7 @@
# Required metadata
sonar.projectKey=glances
sonar.projectName=Glances
sonar.projectVersion=2.6.1
sonar.projectVersion=2.7
# Path to the parent source code directory.
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.

View File

@ -1,12 +1,12 @@
# Tox (http://tox.testrun.org/) is a tool for running tests
# Install:
# Install:
# pip install tox
# Run:
# tox
[tox]
#envlist = py27, py34
envlist = py27
#envlist = py27
envlist = py27, py35
[testenv]
deps =
@ -21,4 +21,3 @@ commands =
python unitest-restful.py
python unitest-xmlrpc.py
#flake8 --exclude=build,.tox,.git