Skip to content

Commit

Permalink
Fix typo in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Feb 14, 2020
1 parent dfde593 commit 39693b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -85,7 +85,7 @@ script:
- python --version
- |
if [[ "$WITH_COVERAGE" == "1" ]]; then
pythno -m coverage run -m zope.testrunner --test-path=. --auto-color --auto-progress --verbose
python -m coverage run -m zope.testrunner --test-path=. --auto-color --auto-progress --verbose
else
python -m zope.testrunner --test-path=. --auto-color --auto-progress --verbose
fi
Expand Down
5 changes: 3 additions & 2 deletions README.rst
@@ -1,5 +1,6 @@
``BTrees``: scalable persistent components
===========================================
=========================================
BTrees: scalable persistent components
=========================================

.. image:: https://travis-ci.org/zopefoundation/BTrees.svg?branch=master
:target: https://travis-ci.org/zopefoundation/BTrees
Expand Down

0 comments on commit 39693b2

Please sign in to comment.