File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ Anything else - [search open issues](https://github.com/github/markup/issues) or
23
23
5 . Open a [ Pull Request] [ 1 ]
24
24
6 . Enjoy a refreshing Diet Coke and wait
25
25
26
+ ** dependencies**
27
+
28
+ You can run ` script/bootstrap.contrib ` to fetch them all.
29
+
26
30
## Testing
27
31
28
32
To run the tests:
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ set -e
4
+
5
+ cd $( dirname " $0 " ) /..
6
+
7
+ bundle install --path vendor/bundle
8
+ virtualenv vendor/python && source vendor/python/bin/activate
9
+ pip install docutils
10
+
11
+ echo " "
12
+ echo " *** DONE ***"
13
+ echo " "
14
+ echo " activate python environment with 'source vendor/python/bin/activate'"
15
+ echo " run tests with 'bundle exec rake'"
You can’t perform that action at this time.
0 commit comments