Skip to content

Instantly share code, notes, and snippets.

@jlaska
Created July 9, 2014 20:40
Show Gist options
  • Select an option

  • Save jlaska/549dc7effbdbb8a55d67 to your computer and use it in GitHub Desktop.

Select an option

Save jlaska/549dc7effbdbb8a55d67 to your computer and use it in GitHub Desktop.
diff --git a/tests/requirements.txt b/tests/requirements.txt
index 0a6a42c..fb8f594 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1,5 +1,7 @@
coverage>=3.7.1
fauxquests>=1.1
+nose
+nosexml
# === Python < 3.3 ===
# mock>=1.0.1
diff --git a/tox.ini b/tox.ini
index a925a0e..934d946 100644
--- a/tox.ini
+++ b/tox.ini
@@ -41,3 +41,6 @@ deps =
ordereddict
simplejson
unittest2
+
+[testenv:jenkins]
+commands = nosetests --ignore-files 'lib/.*' --with-xunit --xunit-file=results.xml --with-coverage --cover-html --cover-html-dir=cover-html --cover-xml --cover-xml-file coverage.xml --cover-package=tower_cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment