this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

want travis to run with python 2.7(for now) and 3.7

+2 -1
+2 -1
.travis.yml
··· 1 1 language: python 2 2 3 3 python: 4 - - "2.6" 4 + - "2.7" 5 + - "3.7" 5 6 6 7 dist: trusty 7 8