Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0d6c9 commit 2807d49Copy full SHA for 2807d49
.travis.yml
@@ -3,6 +3,7 @@ python:
3
- "2.7"
4
- "3.3"
5
- "3.4"
6
+ - "3.5"
7
# - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)
8
git:
9
# a higher depth is needed for most of the tests - must be high enough to not actually be shallow
setup.py
@@ -114,5 +114,6 @@ def _stamp_version(filename):
114
"Programming Language :: Python :: 3",
115
"Programming Language :: Python :: 3.3",
116
"Programming Language :: Python :: 3.4",
117
+ "Programming Language :: Python :: 3.5",
118
]
119
)
0 commit comments