summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnatoly Bubenkov <bubenkoff@gmail.com>2013-07-06 14:23:02 +0200
committerAnatoly Bubenkov <bubenkoff@gmail.com>2013-07-06 14:23:02 +0200
commit1736242bd77d7ce8b31337c17b73a88332536a0a (patch)
treeb36edcdedbe884f45da4695d77479816efd35173 /.travis.yml
parent1a319056fcc72e245a1cc4c7a942f18536e4d6ac (diff)
downloadpytest-1736242bd77d7ce8b31337c17b73a88332536a0a.tar.gz
add travis integration, fixes for py25 and py27 no pyc tox env
--HG-- branch : travis-integration
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000..28af100fd
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+language: python
+# command to install dependencies
+install: "pip install -e . detox"
+# # command to run tests
+script: detox --recreate
+notifications:
+ irc:
+ - "chat.freenode.net#pylib"
+ email:
+ - pytest-commit@python.org