Merge pull request #304 from tt/use-travis

Use Travis
This commit is contained in:
2016-06-10 12:40:27 -07:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
sudo: false
script: exit 0
+1 -1
View File
@@ -1,4 +1,4 @@
# Heroku Buildpack: Python
# Heroku Buildpack: Python [![Build Status](https://travis-ci.org/heroku/heroku-buildpack-python.svg?branch=master)](https://travis-ci.org/heroku/heroku-buildpack-python)
![python](https://cloud.githubusercontent.com/assets/51578/13712821/b68a42ce-e793-11e5-96b0-d8eb978137ba.png)
This is the official [Heroku buildpack](https://devcenter.heroku.com/articles/buildpacks) for Python apps, powered by [pip](https://pip.pypa.io/) and other excellent software.