Skip to content

Commit

Permalink
Remove file after Python 2.6 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed May 23, 2016
1 parent 830caf9 commit 6329ae6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
3 changes: 0 additions & 3 deletions py26-requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
psutil==4.1.0
psutil==4.2.0
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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 =
Expand All @@ -21,4 +21,3 @@ commands =
python unitest-restful.py
python unitest-xmlrpc.py
#flake8 --exclude=build,.tox,.git

0 comments on commit 6329ae6

Please sign in to comment.