Skip to content

Commit 79570a7

Browse files
committed
fix: removed trailing whitespace on travis file
1 parent ffc87f6 commit 79570a7

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
@@ -5,6 +5,6 @@ python:
55
# command to install dependencies
66
install: "pip install -r requirements.txt . && pip install flake8"
77
# command to run tests
8-
script:
8+
script:
99
- pytest
1010
- flake8 . --count --select=W291,W293,W391 --statistics

0 commit comments

Comments
 (0)