PY-19015: Use latest tox for tests appcode/163.686 clion/163.687 dbe/163.685 idea/163.692 phpstorm/163.688 pycharm/163.691 pycharm/163.696 rubymine/163.694 webstorm/163.689 webstorm/163.690
authorIlya.Kazakevich <Ilya.Kazakevich@jetbrains.com>
Tue, 28 Jun 2016 22:50:55 +0000 (01:50 +0300)
committerIlya.Kazakevich <Ilya.Kazakevich@jetbrains.com>
Tue, 28 Jun 2016 22:50:55 +0000 (01:50 +0300)
python/setup-test-environment/build.gradle

index ffd9e48e35ce1ce631330b0b621a496b5100e4e1..74dde899cdced161af91f43c0a2881fcf72dc508 100644 (file)
@@ -21,7 +21,7 @@ envs {
   conda "django17", "2.7", ["django==1.7"]
   textfile "django17/tags.txt", "django\nskeletons"
   
-  conda "python34", "3.4", ["ipython==2.1", "django==1.6", "behave", "jinja2", "tox==2.0", "pandas"]
+  conda "python34", "3.4", ["ipython==2.1", "django==1.6", "behave", "jinja2", "tox>=2.0", "pandas"]
   textfile "python34/tags.txt", "python3\nipython\nipython200\nskeletons\ndjango\nbehave\ntox\njinja2\npython34\npackaging\npandas"
 
   if (!Os.isFamily(Os.FAMILY_WINDOWS)) {