Skip to content

Commit

Permalink
Remove 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
c0fec0de committed May 3, 2017
1 parent ae53906 commit e651b06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand Down
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
[tox]
envlist = py{26,27,33,34,35,36}
envlist = py{26,27,34,35,36}

[testenv]
basepython =
py26: python2.6
py27: python2.7
py33: python3.3
py34: python3.4
py35: python3.5
py36: python3.6
deps =
check-manifest
{py27,py33,py34,py35,py36}: readme_renderer
{py27,py34,py35,py36}: readme_renderer
flake8
pep257
nose
commands =
check-manifest --ignore tox.ini,tests*
{py27,py33,py34,y35,py36}: python setup.py check -m -r -s
{py27,py34,y35,py36}: python setup.py check -m -r -s
nosetests .
flake8 anytree
pep257 anytree --ignore="D100,D101,D105,D211"
Expand Down

0 comments on commit e651b06

Please sign in to comment.