Skip to content

Commit dd352e9

Browse files
committed
add upgrade flag to dev requirements
1 parent 6b6a526 commit dd352e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python:
55
- '3.8'
66
install:
77
- pip install -r requirements.txt
8-
- pip install -r dev_requirements.txt
8+
- pip install -r dev_requirements.txt --upgrade
99
- pip install coveralls
1010
script:
1111
- pytest --cov

0 commit comments

Comments
 (0)