Skip to content

Commit

Permalink
try adding a travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Apr 14, 2015
1 parent 3dc6459 commit c92a0e4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: python
python:
- '2.7'
- '3.4'
install: pip install -r dev-requirements.txt
script: py.test sunlight
notifications:
email:
- jturk@sunlightfoundation.com
env:
global:
secure: tZG/BC42iOQb0hf7dVLPJkdHlmkwXeecF9MEiLaB1U/Gelna45JZQplO3h0vfzbFRqnOoGPAUWhEtHeenKfcHivdOc07YfdPbSjoUlyXdsIIMvHBd559D7wnKo75tzHMrg8Pgn73CabzoVPa0orjknYe8eyMZxXMXGdKwC7HQSQ=

0 comments on commit c92a0e4

Please sign in to comment.