From 6329ae65886a5e2a72add9d42917ce49791bf107 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Mon, 23 May 2016 16:15:30 +0200 Subject: [PATCH] Remove file after Python 2.6 deprecation --- py26-requirements.txt | 3 --- requirements.txt | 2 +- sonar-project.properties | 2 +- tox.ini | 7 +++---- 4 files changed, 5 insertions(+), 9 deletions(-) delete mode 100644 py26-requirements.txt diff --git a/py26-requirements.txt b/py26-requirements.txt deleted file mode 100644 index e115fcab..00000000 --- a/py26-requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ --r requirements.txt -argparse -logutils diff --git a/requirements.txt b/requirements.txt index 60d3a2b7..f581d1b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -psutil==4.1.0 +psutil==4.2.0 diff --git a/sonar-project.properties b/sonar-project.properties index 069a541a..115aa690 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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. diff --git a/tox.ini b/tox.ini index f54dd8e3..8506e5ee 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -