Author: adc
Date: Sat Mar 28 06:25:40 2015
New Revision: 1669733
URL: http://svn.apache.org/r1669733
Log:
Travis CI FTW\!
Added:
steve/steve-web/.travis.yml
Added: steve/steve-web/.travis.yml
URL:
http://svn.apache.org/viewvc/steve/steve-web/.travis.yml?rev=1669733&view=auto
==============================================================================
--- steve/steve-web/.travis.yml (added)
+++ steve/steve-web/.travis.yml Sat Mar 28 06:25:40 2015
@@ -0,0 +1,17 @@
+language: python
+
+python:
+ - "2.6"
+ - "2.7"
+ - "pypy"
+
+install:
+ - pip install --editable .
+ - pip install tox
+
+script:
+ - tox
+
+notifications:
+ email:
+ - [email protected]