Skip to content

Commit 9d87bf3

Browse files
committed
Turn script: into a list
1 parent 458c9ef commit 9d87bf3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ env:
1616
install:
1717
- pip install -r test-requirements.txt
1818
- pip install -U django==$DJANGO_VERSION
19-
script: black . --check && python manage.py test
19+
script:
20+
- black --check django_dbq
21+
- python manage.py test
2022
deploy:
2123
provider: pypi
2224
user: dabapps

0 commit comments

Comments
 (0)