File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -81,16 +81,10 @@ $ ./setup.py test
81
81
```
82
82
83
83
Mycli supports Python 2.7 and 3.4+. You can test against multiple versions of
84
- Python by running:
84
+ Python by running tox :
85
85
86
86
```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
94
88
```
95
89
96
90
@@ -115,7 +109,7 @@ You only need to set the values that differ from the defaults.
115
109
116
110
Some CLI tests expect the program `ex` to be a symbolic link to `vim`.
117
111
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
119
113
change the output and therefore make some tests fail.
120
114
121
115
You can check this by running:
You can’t perform that action at this time.
0 commit comments