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 41407f7 commit b6d141fCopy full SHA for b6d141f
.travis.yml
@@ -3,13 +3,13 @@ sudo: required
3
services:
4
- docker
5
python:
6
-- '2.7'
7
- '3.5'
8
- '3.6'
9
install:
10
-- pip install mypy
+- pip install mypy pycodestyle
11
- pip install .
12
script:
+- pycodestyle src
13
- mypy src --ignore-missing-imports
14
notifications:
15
email: false
setup.py
@@ -23,7 +23,7 @@
23
'Programming Language :: Python :: 3.5',
24
'Programming Language :: Python :: 3.6',
25
],
26
- python_requires='>=2.7',
+ python_requires='>=3.5',
27
install_requires=[
28
'requests>=2.0.0',
29
'typing>=0.4.1'
0 commit comments