Skip to content

Instantly share code, notes, and snippets.

@ionelmc
Created June 8, 2014 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ionelmc/8b4ce7cb0598e74efa5d to your computer and use it in GitHub Desktop.
Save ionelmc/8b4ce7cb0598e74efa5d to your computer and use it in GitHub Desktop.
[matrix]
python_versions =
2.6
2.7
3.3
3.4
pypy
# syntax:
# alias: dep1 dep2 dep3 !skip_var[glob] &include_var[glob]
# "-" means nothing
# "alias" is a pretty name to use in the environment name
dependencies =
1.4: Django==1.4.13 !python_versions[3.*]
1.5: Django==1.5.8
1.6: Django==1.6.5
1.7: https://www.djangoproject.com/download/1.7.b4/tarball/ !python_versions[2.6]
-
coverage_flags =
true
false
environment_variables =
PATCH_THREADS=yes
-
[matrix]
python_versions =
2.6
2.7
3.3
3.4
pypy
depencencies =
1.3: Django==1.3.7 !python_versions[3.*]
1.4: Django==1.4.13 !python_versions[3.*]
1.5: Django==1.5.8
1.6: Django==1.6.5
1.7: https://www.djangoproject.com/download/1.7.b4/tarball/ !python_versions[2.6]
coverage_flags =
cover: true
nocover: false
environment_variables =
-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment