Skip to content

Commit

Permalink
Add env for pass tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenshell committed Mar 11, 2015
1 parent d7209ca commit 0a99782
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ python:
- 2.7
- 3.4

env:
global:
MACKEREL_APIKEY='xxxxxxxx'

before_install: pip install -r requirements.txt

script: python setup.py test

0 comments on commit 0a99782

Please sign in to comment.