From 2fc3ce0f6416bcccdb0a845d40f7b795bb9f9884 Mon Sep 17 00:00:00 2001 From: Noah Hoffman Date: Mon, 6 Aug 2018 09:21:15 -0700 Subject: [PATCH] fix syntax in travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cf4faaa..4c6588b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python dist: xenial -sudo:true +sudo: true python: - "2.7" - "3.5"