Skip to content

Commit 3b6096f

Browse files
committed
Always use latest version of pytest and plugins.
1 parent d023395 commit 3b6096f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ python:
1010
- "pypy3"
1111

1212
install:
13-
- pip install pytest pytest-cov codecov
13+
- pip install -Uq pytest pytest-cov codecov
14+
- pytest --version
1415

1516
script:
1617
- pytest --cov=sqlparse

0 commit comments

Comments
 (0)