From fc5cfa483a4ce0e15732a2829e09fb920c1394b3 Mon Sep 17 00:00:00 2001 From: Morty Space Date: Mon, 18 May 2020 00:42:03 +0300 Subject: [PATCH] Updated CI config --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 23dd5b1..c36dd89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,12 @@ language: python -dist: xenial +dist: bionic os: - linux python: - 3.7 - 3.8 install: - - pip install -e ".[dev]" + - pip install -U -I -e ".[dev]" script: - cd docs && make doctest && cd .. - pytest -v --cov . --cov-report xml:coverage.xml