aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorDwight Guth <dwight.guth@runtimeverification.com>2019-12-13 17:30:52 -0600
committerTina Müller <cpan2@tinita.de>2019-12-20 20:38:46 +0100
commite1ffe1afaa1de24dd07283accab6e9ecf91f580f (patch)
tree818cbd99ead0427608e66de68b3d2c2f341d02b1 /.appveyor.yml
parentf1ab37df447dccad6032485ff08c2d3beb6251f1 (diff)
downloadpyyaml-e1ffe1afaa1de24dd07283accab6e9ecf91f580f.tar.gz
increase size of index, line, and column fields (#310)
* increase size of index, line, and column fields * use size_t instead of unsigned long long * better test infrastructure for test for large file * only run large file test when env var is set * fix review comments regarding env vars * fix missing import on python 3 * force all tests in CI
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 1ca6e2c..8c75274 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -11,6 +11,8 @@ image:
environment:
libyaml_repo_url: https://github.com/yaml/libyaml.git
libyaml_refspec: 0.2.2
+ PYYAML_TEST_GROUP: all
+
# matrix:
# - PYTHON_VER: Python27
# - PYTHON_VER: Python27-x64