Skip to content

Commit db93582

Browse files
committed
Reorder Pythons so black runs properly
1 parent cf0159b commit db93582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ language: python
33
cache: pip
44

55
python:
6-
- "3.5"
7-
- "3.6"
86
- "3.7"
7+
- "3.6"
8+
- "3.5"
99
- "3.8-dev"
1010

1111
install:

0 commit comments

Comments
 (0)