Skip to content

Commit 472d527

Browse files
Uncomment scripts in travis config
1 parent dd1567e commit 472d527

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ install:
77
- pip install -r requirements.txt
88

99
script:
10-
# - python manage.py makemigrations
11-
# - python manage.py migrate
12-
# - python manage.py test
10+
- python manage.py makemigrations
11+
- python manage.py migrate
12+
- python manage.py test

0 commit comments

Comments
 (0)