Tests: add different tags for different Django versions to cover them

This commit is contained in:
Elizaveta Shashkova
2017-04-04 12:04:56 +03:00
parent 376e1e9886
commit 174129afe2
+3 -3
View File
@@ -13,10 +13,10 @@ envs {
_64Bits = true
conda "django19", "2.7", ["django==1.9", "tox", "nose", "pytest", "behave", "lettuce>=0.2.22"], true
textfile "django19/tags.txt", "python2.7\ndjango\nnose\npytest\nbehave\nlettuce\npackaging\ntox"
textfile "django19/tags.txt", "python2.7\ndjango\ndjango19\nnose\npytest\nbehave\nlettuce\npackaging\ntox"
conda "django110", "3.4", ["django==1.10"], false
textfile "django110/tags.txt", "python3.4\ndjango\nskeletons"
textfile "django110/tags.txt", "python3.4\ndjango\ndjango110\nskeletons"
conda "python34", "3.4", ["ipython==2.1", "django==1.8", "behave", "jinja2", "tox>=2.0", "pandas"], true
textfile "python34/tags.txt", "python3.4\npython3\nipython\nipython200\nskeletons\ndjango\nbehave\ntox\njinja2\npython34\npackaging\npandas"
@@ -32,7 +32,7 @@ envs {
}
conda "django_latest", "3.5", ["django"], true
textfile "django_latest/tags.txt", "python3.5\ndjango"
textfile "django_latest/tags.txt", "python3.5\ndjango\ndjango_latest"
}
if (new File(envs.envsDirectory, "django_latest").exists() &&