Skip to content

Commit

Permalink
cleaning up travis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorynicholas committed Jan 9, 2013
1 parent 8033268 commit 49677a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ python:
- 2.7

install:
- wget https://googleappengine.googlecode.com/files/google_appengine_1.7.4.zip -nv
- unzip -q google_appengine_1.7.4.zip
- export PYTHONPATH=$PYTHONPATH:$PWD/google_appengine
- pip install -r requirements.txt

script: python ./flask_xsrf_tests.py
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

A Flask extension for defending against cross-site request forgery attacks (XSRF/CSRF).

[![Build Status](https://travis-ci.org/gregorynicholas/flask-xsrf.png?branch=master)](https://travis-ci.org/gregorynicholas/flask-xsrf)

----

### install with pip
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
flask
blinker
https://github.com/gregorynicholas/flask-gae_tests/tarball/master

0 comments on commit 49677a1

Please sign in to comment.