diff options
| author | Michael Merickel <michael@merickel.org> | 2018-10-14 23:17:20 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-10-14 23:46:11 -0500 |
| commit | f9da0b676f29444b7d3628d0340b081fb02d4aa2 (patch) | |
| tree | 031fbef2abec8e6f7ebb1e7bcb4a91ec9cca685f /appveyor.yml | |
| parent | dd3cc81f75dcb5ff96e0751653071722a15f46c2 (diff) | |
| download | pyramid-f9da0b676f29444b7d3628d0340b081fb02d4aa2.tar.gz pyramid-f9da0b676f29444b7d3628d0340b081fb02d4aa2.tar.bz2 pyramid-f9da0b676f29444b7d3628d0340b081fb02d4aa2.zip | |
fix tests to run from the tests folder
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index f3ea0b8bd..8c9d158e1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,6 +6,8 @@ environment: TOXENV: "py36" - PYTHON: "C:\\Python35" TOXENV: "py35" + - PYTHON: "C:\\Python34" + TOXENV: "py34" - PYTHON: "C:\\Python27" TOXENV: "py27" |
