diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2018-12-06 15:38:57 +0100 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2018-12-12 10:39:32 +0100 |
commit | 74ce32683199b987e45eb16f0320ae392ff10edc (patch) | |
tree | 563736b248986a5cf50e867fea24495e32159f69 /.python-version | |
parent | ed2a2cebd36280be0b5e585a8c3c901c15e52f87 (diff) |
[test] Travis: enforce Python 3.4 support in functional tests
Make lint/check-doc.py Python 3.4 compatible.
Also add .python-version for pyenv which will cause tests with too
modern syntax to fail on developer machine rather than on Travis.
Diffstat (limited to '.python-version')
-rw-r--r-- | .python-version | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.python-version b/.python-version new file mode 100644 index 0000000000..7bcbb3808b --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.4.9 |