Commit f87eeaf
Make isort test properly run again within Travis (#792)
* Fix not properly sorted imports
* Ignore only bdist files build/lib
Travis has `build` in its path name and therefore files got skipped from
isort. To avoid this we only skip `build/lib` which is used by
bdist command.
* Remove obsolete linting configuration
Co-authored-by: Alan Crosswell <alan@columbia.edu>1 parent 6a27cc1 commit f87eeaf
File tree
6 files changed
+7
-388
lines changed- example
- tests/unit
- rest_framework_json_api
6 files changed
+7
-388
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments