Install 64 bits by default

This commit is contained in:
Dmitry Trofimov
2016-04-20 12:44:47 +02:00
parent dd7748015c
commit d6e8b1904c
+2 -1
View File
@@ -1,5 +1,5 @@
plugins {
id "com.jetbrains.python.envs" version "0.0.4"
id "com.jetbrains.python.envs" version "0.0.5"
}
@@ -10,6 +10,7 @@ envs {
envsDirectory = new File(buildDir, 'envs')
minicondaVersion = 'latest'
packages = ["pip", "setuptools"]
_64Bits = true
conda "python26", "2.6", ["nose", "pytest", "ipython==0.11", "behave", "lettuce"]
textfile "python26/tags.txt", "nose\npytest\nipython\nipython011\nbehave\nlettuce\npackaging"