From 32a6bd0f9e250d67ba056982ef54a35e9a47e63f Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Thu, 26 Oct 2017 14:41:59 +0200 Subject: fixes to travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 891408b..d87a749 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,9 @@ python: - "pypy" - "pypy3" install: - - pip install -r requirements.txt -r devel-requirements.txt - pip install codecov - - pip install --no-deps . + - pip install -r requirements.txt -r devel-requirements.txt + - pip install -e . script: - PYTHONPATH=.:$PYTHONPATH python tests/__main__.py after_success: -- cgit v1.2.1