Skip to content

Commit

Permalink
Update RELEASE.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Jun 18, 2017
1 parent 986b171 commit 4347684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ And maybe, test that the release is now installable...

.. code-block:: shell
(name=`python setup.py --name`; for v in 3.5 3.6; do python$v -m pip install -U virtualenv; python$v -m virtualenv -p python$v .rtest$v; cd .rtest$v; bin/pip install $name; bin/python -c "import $name; print($name.__name__, $name.__version__);"; cd ..; rm -rf .rtest$v; done; )
(name=`python setup.py --name`; for v in 3.5 3.6; do python$v -m pip install -U virtualenv; python$v -m virtualenv -p python$v .rtest$v; cd .rtest$v; bin/pip --no-cache-dir install $name; bin/python -c "import $name; print($name.__name__, $name.__version__);"; cd ..; rm -rf .rtest$v; done; )
5. (private) Build containers, push and patch kubernetes

Expand Down

0 comments on commit 4347684

Please sign in to comment.