diff --git a/.travis.yml b/.travis.yml index 94c2c1d..d2edb67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ env: global: - REPO_DIR=gensim - - BUILD_COMMIT=3.7.1 + - BUILD_COMMIT=3.7.2 - UNICODE_WIDTH=32 - GLOBAL_DEPENDS="six smart_open" - TEST_COMMON="pytest pytest-rerunfailures mock cython pyemd testfixtures scikit-learn Morfessor==2.0.2a4 python-Levenshtein>=0.10.2" diff --git a/appveyor.yml b/appveyor.yml index a224d6d..ddfb503 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ environment: global: - BUILD_COMMIT: 3.7.1 + BUILD_COMMIT: 3.7.2 # SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the # /E:ON and /V:ON options are not enabled in the batch script intepreter # See: http://stackoverflow.com/a/13751649/163740