Skip to content

Commit

Permalink
attrs 19.2.0 has breaking changes. Use a hard-upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Apr 28, 2020
1 parent 8bc29c2 commit b042e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cache: pip

install:
- pip install -r requirements.txt
- pip install -U pytest pytest-twisted pytest-cov pytest-pep8 coveralls
- pip install -U pytest pytest-twisted pytest-cov pytest-pep8 coveralls attrs>=19.2.0

script:
- pytest --cov=benchmarking --pep8 benchmarking
Expand Down

0 comments on commit b042e34

Please sign in to comment.