Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Use python 3.5 for testing
  • Loading branch information
kfdm committed Mar 4, 2016
1 parent 3b4539e commit ce8f0d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
@@ -1,9 +1,9 @@
# content of: tox.ini , put in same dir as setup.py # content of: tox.ini , put in same dir as setup.py
[tox] [tox]
envlist = py25,py26,py27,pypy,py33 envlist = py25,py26,py27,pypy,py35
[testenv] [testenv]
deps=nose deps=nose
commands=nosetests commands=nosetests
[testenv:py33] [testenv:py35]
deps=nose deps=nose
commands=nosetests --nologcapture commands=nosetests --nologcapture

0 comments on commit ce8f0d6

Please sign in to comment.