Skip to content

Commit 5cc4599

Browse files
committed
Merge branch 'master' into feature/support-top-level-arrays
2 parents f587c6f + 7da07c4 commit 5cc4599

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: python
22
python:
33
- '2.7'
4+
- '3.5'
45
install:
5-
- pip install tox
6+
- pip install tox-travis tox
67
script: tox
78
deploy:
89
distributions: "sdist bdist_wheel"

0 commit comments

Comments
 (0)