From 8f0ff0d68c927df6002458de45ac4dff141e42c0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 20 Dec 2016 13:08:55 -0500 Subject: [PATCH] skip 3 builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 569dc27..197b11b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - "2.7" - - "3.5" + # - "3.5" # looks like ruamel.ordereddict doesn't build for python3 # command to install dependencies install: "pip install -r requirements.txt" # command to run tests