[pypy-commit] lang-js default: added instructions about how to run tests on README.rst.

andrewsmedina noreply at buildbot.pypy.org
Fri May 10 07:57:01 CEST 2013


Author: Andrews Medina <andrewsmedina at gmail.com>
Branch: 
Changeset: r376:86f6f9c06efe
Date: 2013-05-10 00:21 -0300
http://bitbucket.org/pypy/lang-js/changeset/86f6f9c06efe/

Log:	added instructions about how to run tests on README.rst.

diff --git a/README.rst b/README.rst
new file mode 100644
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,17 @@
+langjs
+======
+
+langjs is an implementation of javascript programming language, written in
+Python using RPython.
+
+You will need to install some dependencies. You can do it with::
+
+    pip install -r requirements.txt
+
+And make sure you have `PyPy_` on your ``PYTHONPATH``.
+
+To run tests::
+
+    $ PYTHONPATH=. py.test
+
+.. _`PyPy`: https://bitbucket.org/pypy/pypy


More information about the pypy-commit mailing list