From 3af075ef7d22b2a1cb0af3d62f31c94b7bcd50b7 Mon Sep 17 00:00:00 2001 From: Thomas Steinacher Date: Tue, 27 Sep 2016 14:40:02 -0700 Subject: [PATCH] Use Circle Python versions --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index 0ed9d06d..fa79e3a2 100644 --- a/circle.yml +++ b/circle.yml @@ -6,4 +6,5 @@ test: pre: - flake8 ./ override: + - pyenv global 2.7.11 3.5.1 - tox