From 2f4c23f7ecb3103f66ec543a52f88cd81b7b1eeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Sat, 2 Dec 2017 22:53:09 +0100 Subject: [PATCH] Fix .travis.yml #1 --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ac6e1a0..db51748 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,12 @@ language: python python: - - '3.5' - '3.6' - - '3.7' env: - TOX_ENV=py35 - TOX_ENV=py36 - TOX_ENV=py37 install: - - pip install requirements_dev.txt + - pip install -r requirements_dev.txt before_script: - coverage erase script: