diff --git a/.travis.yml b/.travis.yml index 2cd3e2b..a52c5b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ addons: env: global: - - IGNITE_VERSION=2.9.1 + - IGNITE_VERSION=2.12.0 - IGNITE_HOME=/opt/ignite before_install: diff --git a/requirements/tests.txt b/requirements/tests.txt index 38a8e9e..a84975e 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -7,4 +7,5 @@ pytest-asyncio==0.14.0 teamcity-messages==1.28 psutil==5.8.0 jinja2==2.11.3 +markupsafe==2.0.1 flake8==3.8.4