8000 Adding Python 3.5 and 3.6 to the travis config · steveknoblock/python-jsonpath-rw@90cb7c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 90cb7c5

Browse files
author
Cooper Benson
committed
Adding Python 3.5 and 3.6 to the travis config
1 parent 669f652 commit 90cb7c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ python:
55
- "3.2"
66
- "3.3"
77
- "3.4"
8-
install:
8+
- "3.5"
9+
- "3.6"
10+
install:
911
- "pip install ."
1012
- "pip install pytest"
1113
- "pip install coveralls"

0 commit comments

Comments
 (0)
0