summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--py26-requirements.txt3
-rw-r--r--requirements.txt2
-rw-r--r--sonar-project.properties2
-rw-r--r--tox.ini7
4 files changed, 5 insertions, 9 deletions
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
-