Skip to content

Commit 8cb82aa

Browse files
Don't run travis tests temporarily: github api call issue
1 parent d9a0f83 commit 8cb82aa

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)