Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Lozano Branger committed Sep 17, 2019
1 parent 6d6f6d7 commit 06702be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ install:
- pip install -r requirements.txt
# command to run tests
script:
- python setup.py install --user
- pip install .
- pytest
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Overview
| |codecov|
* - package
- | |version| |wheel| |supported-versions| |supported-implementations|
| |commits-since|
.. |docs| image:: https://readthedocs.org/projects/aomie/badge/?style=flat
:target: https://readthedocs.org/projects/aomie
:alt: Documentation Status
Expand All @@ -38,6 +39,10 @@ Overview
:alt: PyPI Package latest release
:target: https://pypi.org/project/aomie

.. |commits-since| image:: https://img.shields.io/github/commits-since/qheuristics/aomie/v0.0.0.svg
:alt: Commits since latest release
:target: https://github.com/qheuristics/aomie/compare/v0.0.0...master

.. |wheel| image:: https://img.shields.io/pypi/wheel/aomie.svg
:alt: PyPI Wheel
:target: https://pypi.org/project/aomie
Expand Down

0 comments on commit 06702be

Please sign in to comment.