Skip to content

Commit

Permalink
tox
Browse files Browse the repository at this point in the history
  • Loading branch information
ponty committed Feb 15, 2016
1 parent 2fd6bbe commit e516206
Showing 1 changed file with 7 additions and 26 deletions.
33 changes: 7 additions & 26 deletions tox.ini
@@ -1,35 +1,16 @@

[tox]
envlist = py26,py27,py32,py33
envlist = py26,py27,py33,py34,py35

[testenv]
#setenv=
# PYTHONPATH=
changedir=tests

commands=
python --version
nosetests -v test_core test_with
commands= nosetests -v .
# test_core test_with

deps=
nose
#pyscreenshot
#PIL
#wxPython
#pygtk
#pyqt

[testenv:py25]
commands=
python --version
nosetests -v test_core

[testenv:py26]

[testenv:py27]

[testenv:py31]

[testenv:py32]

[testenv:pypy]
pyscreenshot
pillow
entrypoint2
path.py

0 comments on commit e516206

Please sign in to comment.