Merge branch 'dev'

This commit is contained in:
Richard Hartmann 2016-09-30 23:37:14 +02:00
commit 9656021dfe

View file

@ -15,8 +15,16 @@ The documentation is available at http://cimatosa.github.io/jobmanager/
* single proxy for client and queue for subprocesses
* user signal to server to retrieve status
### known Problems
### Developer's note
#### Python2.7
* regular shutdown takes very long -> travis tests cancel due to timeout
#### Python3.4
* some tests result in `segmentation fault (core dumped)`, nonetheless they pass
Therefore it is highly encouraged to use Python3.5 (and probably higher).
### Developer's note (out of date)
After cloning into jobmanager, create a virtual environment
virtualenv --system-site-packages ve_jm
@ -33,5 +41,3 @@ Running an example
Running tests
python setup.py test
[travis test]