diff options
| author | Michael Merickel <github@m.merickel.org> | 2018-10-15 22:19:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-15 22:19:45 -0500 |
| commit | 8eed333343e4e9e7f11f3aee67299030d6bf2783 (patch) | |
| tree | 50564e48ee677c8f88c6d117463e3a9a2c10ed03 /tox.ini | |
| parent | a8b10ea3cb18143bb995a7637fc381c702c92d00 (diff) | |
| parent | 0080e96a8b1fb6087599693f22b2a7e09fa85a03 (diff) | |
| download | pyramid-8eed333343e4e9e7f11f3aee67299030d6bf2783.tar.gz pyramid-8eed333343e4e9e7f11f3aee67299030d6bf2783.tar.bz2 pyramid-8eed333343e4e9e7f11f3aee67299030d6bf2783.zip | |
Merge pull request #3390 from mmerickel/whatsnew-1.10
prep 1.10a1
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -28,37 +28,37 @@ extras = [testenv:py27-scaffolds] basepython = python2.7 commands = - python pyramid/scaffolds/tests.py + python src/pyramid/scaffolds/tests.py deps = virtualenv [testenv:py34-scaffolds] basepython = python3.4 commands = - python pyramid/scaffolds/tests.py + python src/pyramid/scaffolds/tests.py deps = virtualenv [testenv:py35-scaffolds] basepython = python3.5 commands = - python pyramid/scaffolds/tests.py + python src/pyramid/scaffolds/tests.py deps = virtualenv [testenv:py36-scaffolds] basepython = python3.6 commands = - python pyramid/scaffolds/tests.py + python src/pyramid/scaffolds/tests.py deps = virtualenv [testenv:py37-scaffolds] basepython = python3.7 commands = - python pyramid/scaffolds/tests.py + python src/pyramid/scaffolds/tests.py deps = virtualenv [testenv:pypy-scaffolds] basepython = pypy commands = - python pyramid/scaffolds/tests.py + python src/pyramid/scaffolds/tests.py deps = virtualenv [testenv:lint] |
