We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5bd849 commit c942776Copy full SHA for c942776
.travis.yml
@@ -1,6 +1,5 @@
1
language: python
2
-python:
3
- - "3.4"
+python:
4
- "3.5"
5
- "3.6"
6
script: pytest
requirements.txt
@@ -1,3 +1,2 @@
css-html-js-minify
jinja2
-typing
setup.py
@@ -30,8 +30,7 @@
30
author_email='rafael.alves.ribeiro@gmail.com',
31
url='https://github.com/rafpyprog/pygmaps.git',
32
keywords='data visualization',
33
- classifiers=[
34
- 'Programming Language :: Python :: 3.4',
+ classifiers=[
35
'Programming Language :: Python :: 3.5',
36
'Programming Language :: Python :: 3.6',
37
'Topic :: Scientific/Engineering :: GIS',
0 commit comments