Skip to content

Commit

Permalink
Updated the Pypi readme. Caught some stray pypy3's in the macOS confi…
Browse files Browse the repository at this point in the history
…g for travis.
  • Loading branch information
CleanCut committed Aug 27, 2019
1 parent 9e71b45 commit 7ea9bd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -17,8 +17,8 @@ matrix:
before_install:
- brew update
- sleep 1
- brew install pypy3
- sleep 1
#- brew install pypy3
#- sleep 1
- pip3 install .
- sleep 1
- pip3 install virtualenv
Expand All @@ -37,8 +37,8 @@ matrix:
before_install:
- brew update
- sleep 1
- brew install pypy3
- sleep 1
#- brew install pypy3
#- sleep 1
- pip3 install .
- sleep 1
- pip3 install virtualenv
Expand Down
2 changes: 1 addition & 1 deletion README-pypi.rst
Expand Up @@ -21,7 +21,7 @@ Features
- **Descriptive** - Multiple verbosity levels, from just dots to full docstring output.
- **Convenient** - Bash-completion and ZSH-completion of options and test targets.
- **Thorough** - Built-in integration with `coverage`_
- **Modern** - Supports Python 2.7, and 3.5+. Additionally, `PyPy` is supported on a best-effort basis.
- **Modern** - Supports Python 3.5+. Additionally, `PyPy` is supported on a best-effort basis.
- **Portable** - macOS, Linux, and BSDs are fully supported. Windows is supported on a best-effort basis.
- **Living** - This project grows and changes. See the `changelog`_

Expand Down

0 comments on commit 7ea9bd8

Please sign in to comment.