From 4c63a65636ba04ea397b8f40dd9beec554a5fae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D1=B5=D5=BD=C8=BD=D6=81=CE=9B=D2=91?= Date: Sat, 16 Jun 2018 17:10:27 +0100 Subject: [PATCH] don't use pipenv for travis --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cf4013f..5dead3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,7 @@ before_install: - "cd {{cookiecutter.app_slug}}" install: - - "pip install pipenv" - - "pipenv install --dev" + - "pip install -r requirements.txt" before_script: - if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then docker-compose up --build -d; fi