From 62f246689c925ec3e4a15463bfb4ccfbf36e0e7b Mon Sep 17 00:00:00 2001 From: Tobias Kummer Date: Tue, 18 Dec 2018 14:52:30 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 231675c..505a67d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ python: # command to install dependencies install: - pip install pipenv - - pipenv sync - pipenv install - pipenv run python -m pip install --upgrade pip setuptools wheel # command to run tests