##// END OF EJS Templates
Backport PR #2686: Fix tox.ini...
Backport PR #2686: Fix tox.ini Prior to this patch, test for Python 3.2 failed. Also, arguments can be passed to iptest via tox command now. e.g.: `tox -- IPython.core` Probably it makes sense to change .travis.yml to something like: ``` language: python before_install: - pip install tox script: - tox ``` Or you can use `tox -e ...` to run the tests parallel for each Python version.
MinRK -
r9847:3e591290
Show More
Name Size Modified Last Commit Author
/ IPython / testing
plugin
tests
__init__.py Loading ...
_paramtestpy2.py Loading ...
_paramtestpy3.py Loading ...
decorators.py Loading ...
globalipapp.py Loading ...
iptest.py Loading ...
ipunittest.py Loading ...
mkdoctests.py Loading ...
nose_assert_methods.py Loading ...
nosepatch.py Loading ...
skipdoctest.py Loading ...
tools.py Loading ...