add travis integration, fixes for py25 and py27 no pyc tox env

--HG--
branch : travis-integration
This commit is contained in:
Anatoly Bubenkov
2013-07-06 14:23:02 +02:00
parent 1a319056fc
commit 1736242bd7
4 changed files with 50 additions and 0 deletions
+10
View File
@@ -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