diff options
| author | Michael Merickel <michael@merickel.org> | 2016-05-10 00:34:08 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-05-10 00:34:08 -0500 |
| commit | aa52c5f60dd329216b1ef459d53c2710bbaf5b50 (patch) | |
| tree | 8848e4195687b1e0626a6d9679c147129f7bf65e /tox.ini | |
| parent | 56cf0f4155ac9ad570c96870f8966d8d722dd539 (diff) | |
| download | pyramid-aa52c5f60dd329216b1ef459d53c2710bbaf5b50.tar.gz pyramid-aa52c5f60dd329216b1ef459d53c2710bbaf5b50.tar.bz2 pyramid-aa52c5f60dd329216b1ef459d53c2710bbaf5b50.zip | |
execute scaffolds using pip and py.test
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -39,6 +39,12 @@ commands = python pyramid/scaffolds/tests.py deps = virtualenv +[testenv:py35-scaffolds] +basepython = python3.5 +commands = + python pyramid/scaffolds/tests.py +deps = virtualenv + [testenv:pypy-scaffolds] basepython = pypy commands = |
