mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Updated .travis.yml for fixing attr
Changed attr value of travis tests to fix the failing tests in PR.
This commit is contained in:
parent
23114ef44a
commit
c5d1a08951
@ -46,6 +46,7 @@ before_install:
|
||||
tar -xzf geckodriver-v0.19.1-linux64.tar.gz -C geckodriver
|
||||
export PATH=$PATH:$PWD/geckodriver
|
||||
fi
|
||||
- pip install "attrs>=17.4.0"
|
||||
|
||||
install:
|
||||
- pip install --pre .[test]
|
||||
|
Loading…
Reference in New Issue
Block a user