Skip to content

Commit

Permalink
Merge ba0a47b into f82ef7b
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Apr 5, 2016
2 parents f82ef7b + ba0a47b commit a9e6f81
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
repo_token: K7XQTZU3EAqFYrSGwlSZPWmn4VifLTSHR
service_name: circleci
parallel: false # if the CI is running your build in parallel
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# lexicon
[![Circle CI](https://circleci.com/gh/AnalogJ/lexicon.svg?style=svg)](https://circleci.com/gh/AnalogJ/lexicon)
[![Coverage Status](https://coveralls.io/repos/github/AnalogJ/lexicon/badge.svg?branch=master)](https://coveralls.io/github/AnalogJ/lexicon?branch=master)
Manipulate DNS records on various DNS providers in a standardized/agnostic way.

## Introduction
Expand Down
4 changes: 3 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
-e git+https://github.com/kevin1024/vcrpy.git#egg=vcrpy
pytest==2.9.0
pytest==2.9.0
pytest-cov==2.2.1
python-coveralls==2.7.0
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ envlist = py27
usedevelop = True

[testenv]
commands = py.test tests
passenv = CIRCLE_BRANCH
commands =
py.test tests --cov=lexicon
coveralls
deps =
-rrequirements.txt
-rtest-requirements.txt

0 comments on commit a9e6f81

Please sign in to comment.