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