fixed travis setup
This commit is contained in:
+2
-1
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user