0

I am trying to set up some continuous integration utility for a Django python project. The project will use Travis CI, but I also want to be able to do CI locally, for some reason.

My plan is to configure a local Travis. But all resources I can find on the web were written a few years ago, such as this question on StackOverflow. Basically, all posts or discussions tell me I should use a Docker image. However, unfortunately, the official Travis image for python on Docker Hub is 3 years old. I don't think it is still being maintained. Is it because there is a new trend, and I am doing the opposite? I don't know what step to take next.

jackxujh
  • 983
  • 10
  • 31
  • Last update was made by "meatballhat" try contacting him to get the Dockerfile so that you can update it yourself or you can use the current old image and update it accordingly to match your requirements. – sys0dm1n Oct 17 '19 at 05:38
  • @sys0dm1n that is a good idea! I will contact the author of the last update. – jackxujh Oct 17 '19 at 05:41
  • happy for you. Good luck – sys0dm1n Oct 24 '19 at 07:49

0 Answers0