File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python : " 2.7"
3
- install : pip install jsonschema
4
- script : bin/jsonschema_suite check
3
+ install : pip install tox
4
+ script : tox
Original file line number Diff line number Diff line change @@ -144,5 +144,5 @@ Contributing
144
144
If you see something missing or incorrect, a pull request is most welcome!
145
145
146
146
There are some sanity checks in place for testing the test suite. You can run
147
- them with ` bin/jsonschema_suite check ` . They will be run automatically by
147
+ them with ` bin/jsonschema_suite check ` or ` tox ` . They will be run automatically by
148
148
[ Travis CI] ( https://travis-ci.org/ ) as well.
Original file line number Diff line number Diff line change
1
+ [tox]
2
+ minversion = 1.6
3
+ skipsdist = True
4
+ envlist = py27
5
+
6
+ [testenv]
7
+ commands = python bin/jsonschema_suite check
8
+ deps = jsonschema
You can’t perform that action at this time.
0 commit comments