Skip to content

Commit b390bde

Browse files
rootulpbehrtam
authored andcommitted
Cleanup Working on the Exercises (exercism#435)
Closes exercism#407
1 parent 912117e commit b390bde

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,19 @@ We welcome both improvements to the existing exercises and new exercises.
1515
A pool of exercise ideas can be found in the [x-common repo](https://github.com/exercism/x-common).
1616

1717
All exercises must be compatible with Python versions 2.7 and 3.3 upwards.
18-
Therefore please test your changes at least with Python2.7 and Python3.5.
18+
Therefore please test your changes with these versions.
1919

20-
To test a single exercise, say crypto-square, run:
20+
Test a single exercise with Python 2.7:
2121
```
22-
python2.7 test/check-exercises.py crypto-square
22+
python2.7 test/check-exercises.py [exercise-name]
2323
```
24-
and
24+
25+
Test a single exercise with Python 3.3:
2526
```
26-
python3.5 test/check-exercises.py crypto-square
27+
python3.3 test/check-exercises.py [exercise-name]
2728
```
2829

29-
To run the tests for all exercises type:
30+
Test all exercises:
3031
```
3132
python test/check-exercises.py
3233
```

0 commit comments

Comments
 (0)