构建在本地通过,但在Travis上失败

时间:2020-09-29 14:02:03

标签: python django docker travis-ci

我现在正在学习Django课程(在线记录),我们使用Travis。我注意到即使在本地通过Travis,我在Travis上的构建也会失败。

我试图查看讲师提供的不同文件,并将其与我的代码进行比较,但我找不到任何区别。老实说,这对我来说很新鲜,所以我什至不知道应该去哪里,或者应该在此处粘贴问题的代码的哪一部分。

这是Travis构建日志的结尾:

django.db.utils.OperationalError: could not connect to server: Connection refused
    Is the server running on host "db" (172.18.0.2) and accepting
    TCP/IP connections on port 5432?
The command "docker-compose run app sh -c "python manage.py test && flake8"" exited with 1.
Done. Your build exited with 1.

这是我的仓库: https://github.com/Tsabary/recipe-app-api

0 个答案:

没有答案