add travis integration, fixes for py25 and py27 no pyc tox env
--HG-- branch : travis-integration
This commit is contained in:
+10
@@ -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
|
||||
Reference in New Issue
Block a user