Skip to content

Commit

Permalink
Try to get Travis to upgrade the attrs library
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed Dec 9, 2019
1 parent 3ccc294 commit 295ba8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: python
python:
- "3.6"
install:
- pip install -U coverage pytest hypothesis pytest-cov python-coveralls xlrd
- pip install -U coverage pytest hypothesis pytest-cov python-coveralls xlrd --upgrade attrs
# The -e is necessary for coverage to work. Otherwise it seems to get
# confused, maybe by looking for the paths in the repository while the
# paths in site-packages actually run. I'm not totally sure.
Expand Down

0 comments on commit 295ba8f

Please sign in to comment.