Skip to content

Commit

Permalink
Tell pip to upgrade attrs...
Browse files Browse the repository at this point in the history
Don't know why it can't do this on its own...
  • Loading branch information
kalekundert committed May 29, 2020
1 parent 1d4195b commit 8e8c73d
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 @@ -4,7 +4,7 @@ python:
- "3.7"
- "3.8"
install:
- pip install -U pytest hypothesis pytest-cov coveralls
- pip install -U pytest hypothesis pytest-cov coveralls attrs
- pip install .
script:
- pytest tests --cov wellmap
Expand Down

0 comments on commit 8e8c73d

Please sign in to comment.