We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd0a80 commit 4395a83Copy full SHA for 4395a83
.travis.yml
@@ -46,6 +46,7 @@ before_install:
46
tar -xzf geckodriver-v0.19.1-linux64.tar.gz -C geckodriver
47
export PATH=$PATH:$PWD/geckodriver
48
fi
49
+ - pip install "attrs>=17.4.0"
50
51
install:
52
- pip install --pre .[test]
0 commit comments