Skip to content

Commit 9d4aec2

Browse files
committed
Update Travis CI to use Makefile
This is not essential but promotes uniformity. Also, `collectstatic` is removed from this test as this is not really necessary. Signed-off-by: Hritik Vijay <hritikxx8@gmail.com>
1 parent 3f1ea1d commit 9d4aec2

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ env:
1313
- GH_TOKEN="dummygithubtoken"
1414

1515
before_script:
16-
- psql -c "CREATE DATABASE vulnerablecode;" -U postgres
17-
- ./manage.py migrate
16+
- make postgres
1817

1918
script:
20-
- ./manage.py collectstatic
21-
- python -m pytest -v -m "not webtest"
19+
- make test
2220

2321
notifications:
2422
email: false

0 commit comments

Comments
 (0)