Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed May 24, 2015
1 parent 2611809 commit 908e7ac
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 13 deletions.
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Introduction
platform and this is a python library to access the `Mailjet Web
API <https://mailjet.com/docs/api>`__.

Links
=====

* Documentation
- http://mailjet.readthedocs.org/en/latest/
* Source
- https://github.com/WoLpH/mailjet
* Bug reports
- https://github.com/WoLpH/mailjet/issues
* Package homepage
- https://pypi.python.org/pypi/mailjet
* My blog
- http://w.wol.ph/

Installation
============

Expand Down
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Django==1.6.2
Jinja2==2.7.2
MarkupSafe==0.19
Pygments==1.6
Sphinx==1.2.2
docutils==0.11
execnet==1.2.0
pep8==1.4.6
py==1.4.20
pyflakes==0.7.3
pytest==2.5.2
Django==1.8.1
Jinja2==2.7.3
MarkupSafe==0.23
Pygments==2.0.2
Sphinx==1.3.1
docutils==0.12
execnet==1.3.0
pep8==1.6.2
py==1.4.27
pyflakes==0.8.1
pytest==2.7.1
pytest-cache==1.0
pytest-flakes==0.2
pytest-pep8==1.0.5
pytest-pep8==1.0.6
wsgiref==0.1.2
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27
envlist = py27

[testenv]
deps =
Expand Down

0 comments on commit 908e7ac

Please sign in to comment.