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
4bccdb3fa4
3 changed files with 4 additions and 4 deletions
|
@ -26,8 +26,8 @@ before_install:
|
||||||
- pip install sqlitedict
|
- pip install sqlitedict
|
||||||
- pip install h5py
|
- pip install h5py
|
||||||
- pip install pytest pytest-cov
|
- pip install pytest pytest-cov
|
||||||
- git clone https://github.com/cimatosa/progress.git progress_package
|
- git clone https://github.com/cimatosa/progression.git progress_package
|
||||||
- ln -s progress_package/progress
|
- ln -s progress_package/progression
|
||||||
- git clone https://github.com/cimatosa/binfootprint.git binfootprint_package
|
- git clone https://github.com/cimatosa/binfootprint.git binfootprint_package
|
||||||
- ln -s binfootprint_package/binfootprint
|
- ln -s binfootprint_package/binfootprint
|
||||||
- git clone https://github.com/cimatosa/persistentdata.git persistentdata_package
|
- git clone https://github.com/cimatosa/persistentdata.git persistentdata_package
|
||||||
|
|
|
@ -44,7 +44,7 @@ import time
|
||||||
import traceback
|
import traceback
|
||||||
import warnings
|
import warnings
|
||||||
import binfootprint as bf
|
import binfootprint as bf
|
||||||
import progress
|
import progression as progress
|
||||||
import logging
|
import logging
|
||||||
import threading
|
import threading
|
||||||
import ctypes
|
import ctypes
|
||||||
|
|
|
@ -19,7 +19,7 @@ sys.path = [split(dirname(abspath(__file__)))[0]] + sys.path
|
||||||
|
|
||||||
import jobmanager
|
import jobmanager
|
||||||
import binfootprint
|
import binfootprint
|
||||||
import progress
|
import progression as progress
|
||||||
|
|
||||||
if sys.version_info[0] == 2:
|
if sys.version_info[0] == 2:
|
||||||
TIMEOUT = 300
|
TIMEOUT = 300
|
||||||
|
|
Loading…
Add table
Reference in a new issue