Skip to content

Commit

Permalink
travis: test on ubuntu focal
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Nov 6, 2020
1 parent a0bb16b commit eb20ab5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
@@ -1,4 +1,4 @@
dist: bionic
dist: focal
language: python
cache: pip

Expand All @@ -10,7 +10,7 @@ matrix:
env: TOXENV=py37
- python: 3.8
env: TOXENV=py38
- python: 3.9-dev
- python: 3.9
env: TOXENV=py39
- python: 3.8
env: TOXENV=qa,doc
Expand All @@ -20,6 +20,8 @@ addons:
packages:
- graphviz

install: pip install --ignore-installed --upgrade setuptools pip tox coveralls
install:
- pip uninstall virtualenv -y
- pip install --ignore-installed --upgrade setuptools pip tox coveralls
script: tox -vv
after_success: if [ "$TOXENV" == "py38" ]; then coveralls; fi

0 comments on commit eb20ab5

Please sign in to comment.