From c35b357059b2c14cba701bbd5cf15bf445cccca7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 17 Sep 2017 11:05:24 -0400 Subject: [PATCH] make travis magically work, hopefully Signed-off-by: Kenneth Reitz --- .travis.yml | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 569dc27..d46095d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,6 @@ python: - "2.7" - "3.5" # command to install dependencies -install: "pip install -r requirements.txt" +install: "pip install pipenv --upgrade" # command to run tests script: make \ No newline at end of file diff --git a/Makefile b/Makefile index a43a28a..18b9132 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ test: - py.test tests + pipenv run py.test tests init: - pip install -r requirements.txt + pipenv install publish: python setup.py register python setup.py sdist upload