From 15a73158865643fabcd23e7202c664727020156c Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Thu, 3 May 2018 12:02:48 +0200 Subject: [PATCH] Remove "make venv" --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6021ffc..2a4052c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,5 @@ language: python notifications: email: false -install: - - make venv - script: - make test