Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Commit

Permalink
Try to fix the broken Travis CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyseek committed Apr 19, 2019
1 parent ebff80f commit 6f2e246
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -7,11 +7,10 @@ python:
- "pypy"
install:
- "pip install -U setuptools pip"
- "pip install pytest pytest-cov pytest-pep8 mock responses coveralls"
- "pip install pytest>=3.6 pytest-cov pytest-pep8 mock responses coveralls"
- "pip install ."
script: "py.test"
after_success: "coveralls"
branches:
only:
- master
- develop
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -12,7 +12,7 @@ your application. It is based on the official client docker-py_.

The document is in ReadTheDocs_.

.. _ReadTheDocs: https://flask-docker.readthedocs.org
.. _ReadTheDocs: https://flask-docker.readthedocs.io


Installation
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -8,7 +8,7 @@ setenv =
LANG=C.UTF-8
deps =
setuptools>=12.0
pytest
pytest>=3.6
pytest-cov
pytest-pep8
mock
Expand Down

0 comments on commit 6f2e246

Please sign in to comment.