Doveps / mono

Code for Doveps projects
http://doveps.com
MIT License
0 stars 0 forks source link

Convert Travis tests to use docker-compose #70

Closed greenmoss closed 6 years ago

greenmoss commented 6 years ago

Goal: Travis executes "docker-compose up", and runs the current test suite against the Docker cluster

greenmoss commented 6 years ago

Checking in with this one, if you need any info.

greenmoss commented 6 years ago

I'm changing approaches to ease development and get us past Docker roadblocks. See https://github.com/Doveps/mono/wiki/Developing-with-Docker.

When the tests are ready, we will do docker exec mono_savant_1 python tests/test_basic.py

This ticket is deprecated.