Skip to content
Snippets Groups Projects
Commit eab799b2 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Added some additional setup instructions.

parent b4e220b0
No related branches found
No related tags found
No related merge requests found
...@@ -94,6 +94,12 @@ https://apex.readthedocs.io/ ...@@ -94,6 +94,12 @@ https://apex.readthedocs.io/
Development Development
=========== ===========
Initial setup::
pip install -U pyenv tox
pyenv install 2.7 3.3.6 3.4.5 3.5.2 pypy-5.4.1
pyenv global 2.7 3.3.6 3.4.5 3.5.2 pypy-5.4.1
To run the all tests run:: To run the all tests run::
tox tox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment