Skip to content

Commit b4a219c

Browse files
committed
Update travis config
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
1 parent 58461c0 commit b4a219c

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
@@ -18,7 +18,7 @@ before_script:
1818

1919
script:
2020
- ./manage.py collectstatic
21-
- python -m pytest
21+
- python -m pytest -v -m "not webtest"
2222

2323
notifications:
2424
email: false

0 commit comments

Comments
 (0)