fixed travis setup

This commit is contained in:
Thomas Leichtfuß
2020-09-05 14:13:43 +02:00
parent 14f5b2d26f
commit 02d4b2a2d6
+2 -1
View File
@@ -43,8 +43,9 @@ matrix:
env: REQ="Django>=2.2,<3.0"
- python: "3.8"
env: REQ="Django>=3.0,<3.1"
before_install:
- sudo apt-get -y install firefox-geckodriver
install:
- apt-get install firefox-geckodriver
- pip install -U pip setuptools coveralls selenium
- pip install $REQ
- pip install --editable .