Skip to content

Commit 28d4544

Browse files
committed
Do not try to update pytest with Travis
1 parent 034b141 commit 28d4544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python:
1111
- "3.6"
1212

1313
install:
14-
- pip install -U pytest
14+
- pip install pytest
1515
- pip install .
1616

1717
script: pytest DBUtils/Tests/Test*.py

0 commit comments

Comments
 (0)