diff --git a/.travis.yml b/.travis.yml index 0a43abe..d3a00bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ cache: pip python: - 2.7 + - 3.4 + - 3.5 - 3.6 matrix: diff --git a/setup.py b/setup.py index ead6699..3a775c9 100644 --- a/setup.py +++ b/setup.py @@ -80,6 +80,8 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Topic :: Scientific/Engineering :: Information Analysis', 'Topic :: Software Development :: Libraries',