Skip to content

Commit e17f26f

Browse files
committed
fix travis formatting
1 parent cadaec2 commit e17f26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- python: '3.9'
1919
install:
2020
- if python --version | grep -q "Python 3.6"; then
21-
pip install dataclasses
21+
pip install dataclasses;
2222
fi
2323
- pip install '.[dev]'
2424
script: pytest --cov=./privex -rxXs -v

0 commit comments

Comments
 (0)