Changeset 10324 for main/waeup.cas
- Timestamp:
- 20 Jun 2013, 21:41:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.cas/trunk/README.rst
r10321 r10324 4 4 Install for Development 5 5 ----------------------- 6 7 Create a virtualenv and install basic packages:: 6 8 7 9 $ virtualenv py27 … … 12 14 ------------- 13 15 14 After `Install for Development`_ run: 16 After `Install for Development`_ run:: 15 17 16 18 (py27)$ py.test 17 19 20 We also provide support for `tox`. You can run tests in Python 2.6, 21 2.7, 3.1, 3.2, and 3.3 environments (if you have the respective Python 22 versions installed locally) simply by:: 23 24 (py27)$ tox 25 26 If you want to run tests for a specific version only, try something 27 like:: 28 29 (py27)$ tox -e py31 30 31 to run tests for Python 3.1 only.
Note: See TracChangeset for help on using the changeset viewer.