From 869351a38089020c2b03385f3baf615d9c53b26c Mon Sep 17 00:00:00 2001 From: Robert Zajac Date: Wed, 9 Jan 2019 20:32:02 -0500 Subject: [PATCH] upgrading pip, as in #105 --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0b86cdb..5c867d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,10 @@ python: - "3.6" install: - - pip install -r requirements.txt - - pip install codecov pytest pytest-cov + - pip install --upgrade pip + - pip install "pytest>=3.6" + - pip install codecov pytest-cov pytest-asyncio pylint + - python setup.py develop script: - pytest --cov=./ -v