Skip to content

Commit

Permalink
Upgrade pip in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
sametmax committed Oct 14, 2016
1 parent 6d5136d commit 6de0393
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
recursive-include src *.html
include *requirements.txt
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lazily slice generators?

add dictionaries?

::t
::
>>> from ww import d
>>> dic = d({'a': 1})
>>> dic
Expand Down Expand Up @@ -72,9 +72,9 @@ have a `len` attribute on lists?
>>> string.replace(('i', 'u'), 'o') # the original signature is ok too
u'fozz bozz'

There are many, many, more goodies.
And there are many, many, more goodies.

Install it by running::
Install them by running::

python setup.py install

Expand All @@ -84,7 +84,7 @@ Then `read the doc`_.

Compatibility: CPython 2.7+/3.3+ and pypy2. The lib is pure Python.

Developement
Development
-------------

You can offer PR with your contributions to ww. They should include unit tests,
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
envlist = flake8,py35,py34,py33,py27,pypy2,doc,coverage,mypy

[testenv]
commands = python setup.py test
commands = pip install pip --upgrade
python setup.py test

[testenv:flake8]
basepython=python
Expand Down

0 comments on commit 6de0393

Please sign in to comment.