Skip to content

Commit 6be84cf

Browse files
committed
Update contributing guide for test changes.
1 parent 7b9849f commit 6be84cf

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

CONTRIBUTING.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,10 @@ $ ./setup.py test
8181
```
8282
8383
Mycli supports Python 2.7 and 3.4+. You can test against multiple versions of
84-
Python by running:
84+
Python by running tox:
8585
8686
```bash
87-
$ ./setup.py test --all
88-
```
89-
90-
You can also measure mycli's test coverage by running:
91-
92-
```bash
93-
$ ./setup.py test --coverage
87+
$ tox
9488
```
9589
9690
@@ -115,7 +109,7 @@ You only need to set the values that differ from the defaults.
115109
116110
Some CLI tests expect the program `ex` to be a symbolic link to `vim`.
117111
118-
In some systems (e.g. Archlinux) `ex` is a symbolic link to `vi`, which will
112+
In some systems (e.g. Arch Linux) `ex` is a symbolic link to `vi`, which will
119113
change the output and therefore make some tests fail.
120114
121115
You can check this by running:

0 commit comments

Comments
 (0)