mirror of
https://github.com/vale981/jobmanager
synced 2025-03-05 09:51:38 -05:00
Merge branch 'dev'
This commit is contained in:
commit
9656021dfe
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue