##// 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.

File last commit:

r6192:a53b1a9f
r9847:3e591290
Show More
login.css
6 lines | 75 B | text/css | CssLexer
Brian Granger
Refactoring templates and top level js/css organization.
r6192
#main_app {
height: 100px;
width: 350px;
margin: 50px auto;
}