summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b2dad7a..6b5e6e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,8 @@ jobs:
allow_failures:
- python: "3.11-dev"
before_install:
- - python -m pip install --upgrade pip setuptools
+ - sudo apt-get install graphviz
+ - python -m pip install --upgrade pip "setuptools<60.9"
- python -m pip install tox coveralls
- if [ "$TOXENV" == "pypy3" ]; then curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && source $HOME/.cargo/env ; fi
script: tox