Skip to content

Commit

Permalink
drop official Python 2.6 and Python 3.2 support; fix tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Feb 8, 2016
1 parent 60041ea commit 6cb9c8f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ python:
- "3.5"
- "3.4"
- "3.3"
- "3.2"
- "2.7"
- "2.6"
# - "pypy"

install:
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@
'Programming Language :: Cython',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[tox]
envlist = py26,py27,py32,py33,py34
envlist = py27,py33,py34,py35

[testenv]
deps =
pytest
# psutil
commands=
pip install -I .
py.test []
# python bench/speed.py

0 comments on commit 6cb9c8f

Please sign in to comment.