diff --git a/.travis.yml b/.travis.yml index c5c081d..91d6a1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,13 +40,13 @@ jobs: # Docker Storm stable - os: linux compiler: gcc - env: TASK=Test CONFIG=Release DOCKER=storm:1.2.1 PYTHON=python3 + env: TASK=Test CONFIG=Release DOCKER=storm:1.2.3 PYTHON=python3 script: travis/build.sh # Docker Storm stable in debug mode - os: linux compiler: gcc - env: TASK=Test CONFIG=Debug DOCKER=storm:1.2.1-debug PYTHON=python3 + env: TASK=Test CONFIG=Debug DOCKER=storm:1.2.3-debug PYTHON=python3 script: travis/build.sh # Documentation @@ -68,6 +68,6 @@ jobs: # Allow failures of stable versions as new features might have been added allow_failures: - os: linux - env: TASK=Test CONFIG=Release DOCKER=storm:1.2.1 PYTHON=python3 + env: TASK=Test CONFIG=Release DOCKER=storm:1.2.3 PYTHON=python3 - os: linux - env: TASK=Test CONFIG=Debug DOCKER=storm:1.2.1-debug PYTHON=python3 + env: TASK=Test CONFIG=Debug DOCKER=storm:1.2.3-debug PYTHON=python3 diff --git a/setup.py b/setup.py index deedadd..9475487 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ if sys.version_info[0] == 2: sys.exit('Sorry, Python 2.x is not supported') # Minimal storm version required -storm_min_version = "1.2.2" +storm_min_version = "1.2.4" # Get the long description from the README file with open(os.path.join(os.path.abspath(os.path.dirname(__file__)), 'README.md'), encoding='utf-8') as f: