From 246369125e439b2f2986e6fd52f50abd4023098f Mon Sep 17 00:00:00 2001 From: Andrei Date: Mon, 25 Nov 2019 20:11:30 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1df0cf0..9793233 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,11 +15,11 @@ language: python python: - "3.6" - "3.7" - - "3.8-dev" + - "3.8" # Install the codecov pip dependency install: - - pip install --upgrade pytest pytest-cov pytest-asyncio + - pip install --upgrade pytest pytest-cov pytest-asyncio requests-mock - python setup.py install # Run the unit test