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 23114ef commit c5d1a08Copy full SHA for c5d1a08
.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