From 06d1c8e5a64477234d11e2607d1ba6c182346134 Mon Sep 17 00:00:00 2001 From: Ken Dere Date: Sun, 21 Oct 2018 12:55:24 -0400 Subject: [PATCH] fix formatting - can now read with python3 yaml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index baf38b8b..bce2b8bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,9 @@ language: python python: - "3.6" - install: +install: - pip install -e . - pip install -r requirements.txt - script: pytest +script: pytest