diff --git a/.travis.yml b/.travis.yml index 766359a..1147c71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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.