Updated .travis.yml for fixing attr

Changed attr value of travis tests to fix the failing tests in PR.
Surya Prakash Susarla 8 years ago committed by GitHub
parent 23114ef44a
commit c5d1a08951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save