File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3
3
install :
4
4
python setup.py install
5
5
pip install pylint
6
+ pip install pytest
6
7
7
8
test :
8
9
PYTHONPATH=PYTHONPATH:money py.test money
Original file line number Diff line number Diff line change @@ -111,7 +111,13 @@ Support may be added one day for setting rounding modes. Foreign exchange rates
111
111
112
112
Contributing
113
113
============
114
- Pull requests are welcome! Please include tests. You can run the tests from the root directory with
114
+ Pull requests are welcome! Please include tests. You can install everything needed for development with
115
+
116
+ ::
117
+
118
+ make install
119
+
120
+ You can then run the tests from the root directory with
115
121
116
122
::
117
123
Original file line number Diff line number Diff line change 27
27
],
28
28
keywords = 'money currency' ,
29
29
install_requires = [
30
- 'pytest==3.0.6' ,
31
30
'babel==2.4.0'
32
31
],
33
32
)
You can’t perform that action at this time.
0 commit comments