Skip to content

Commit

Permalink
Try out python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
c0fec0de committed Mar 10, 2017
1 parent aa3e710 commit ed28403
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ basepython =
py33: python3.3
py34: python3.4
py35: python3.5
py36: python3.6
deps =
check-manifest
{py27,py33,py34,py35}: readme_renderer
{py27,py33,py34,py35,py36}: readme_renderer
flake8
pep257
nose
commands =
check-manifest --ignore tox.ini,tests*
{py27,py33,py34,y35}: python setup.py check -m -r -s
{py27,py33,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 ed28403

Please sign in to comment.