We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3dab5 commit f1d46cbCopy full SHA for f1d46cb
README.md
@@ -113,12 +113,9 @@ Gitless's code so that your edits are consistent with the codebase
113
114
- Finally, if you don't want [Travis](
115
https://travis-ci.org/sdg-mit/gitless "Travis") to
116
-be mad at you, check that tests pass in Python 2.7 and 3.2+
117
-
118
-Tests can be run with
119
120
-```
121
-pip install nose
122
-nosetests # run tests other than end-to-end tests
123
-nosetests ./gitless/tests/test_e2e.py # run end-to-end tests
124
+be mad at you, check that tests pass in Python 2.7 and 3.2+. Tests can be run with
+ ```
+ pip install nose
+ nosetests # run tests other than end-to-end tests
+ nosetests ./gitless/tests/test_e2e.py # run end-to-end tests
0 commit comments