Distributed self-replicating programs in Python
Go to file
dw 5bdf7641df Merge pull request #45 from moreati/pytest-catchlog
Fix "hook uses deprecated __multicall__ argument" warning
2017-10-05 04:12:20 +05:30
docs core: More robust shutdown 2017-10-03 16:35:12 +05:30
examples mitop: more dead code 2017-10-05 01:16:04 +05:30
mitogen core: More robust shutdown 2017-10-03 16:35:12 +05:30
tests core: More robust shutdown 2017-10-03 16:35:12 +05:30
.gitignore Initial .gitignore. 2016-08-14 02:32:02 +01:00
.travis.yml Bare minimum .travis.yml. 2017-10-02 15:09:32 +05:30
README.md Fix lnik. 2017-10-02 17:32:53 +05:30
dev_requirements.txt Fix "hook uses deprecated __multicall__ argument" warning 2017-10-04 23:30:23 +01:00
preamble_size.py Remove context.key from preamble_size.py too. 2017-09-27 14:02:01 +05:30
setup.py Rename package. 2017-09-11 10:20:01 +05:30

README.md

Running The Tests

Build Status

Your computer should have an Internet connection, and the docker command line tool should be able to connect to a working Docker daemon (localhost or elsewhere for OS X etc.) that can run new images.

The IP address of the Docker daemon must allow exposing ports from running containers, e.g. it should not be firewalled or port forwarded.

If in doubt, just install Docker on a Linux box in the default configuration and run the tests there.