Updated .travis.yml for fixing attr

Changed attr value of travis tests to fix the failing tests in PR.
This commit is contained in:
Surya Prakash Susarla 2018-09-29 21:28:25 +05:30 committed by GitHub
parent 23114ef44a
commit c5d1a08951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]