Skip to content

Commit

Permalink
Merge 8c4b0fd into 879d6af
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Oct 30, 2020
2 parents 879d6af + 8c4b0fd commit 40979d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: bionic
dist: focal
language: python
cache: pip

Expand All @@ -15,6 +15,8 @@ matrix:
- python: 3.8
env: TOXENV=qa,doc

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 40979d5

Please sign in to comment.