aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2018-09-01 04:26:08 +0000
committerMike Crute <mike@crute.us>2018-09-01 04:26:08 +0000
commitd74a05605401926b6b6fc694753c7de19f67c419 (patch)
treef56ca6aa8517091dd203417a3641082b38a06a4f
parent8557250363d297292066b81b892331a070a8d11e (diff)
downloadpydora-d74a05605401926b6b6fc694753c7de19f67c419.tar.bz2
pydora-d74a05605401926b6b6fc694753c7de19f67c419.tar.xz
pydora-d74a05605401926b6b6fc694753c7de19f67c419.zip
Remove 3.7, travis is broken
-rw-r--r--.travis.yml1
-rwxr-xr-xsetup.py2
2 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 94d8e6d..13fd999 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@ python:
4 - "3.4" 4 - "3.4"
5 - "3.5" 5 - "3.5"
6 - "3.6" 6 - "3.6"
7 - "3.7"
8before_script: 7before_script:
9 # Travis versions of these are really outdated 8 # Travis versions of these are really outdated
10 - pip install -U mock nose pytest 9 - pip install -U mock nose pytest
diff --git a/setup.py b/setup.py
index d7223cc..210acdc 100755
--- a/setup.py
+++ b/setup.py
@@ -88,10 +88,10 @@ setup(
88 "License :: OSI Approved :: MIT License", 88 "License :: OSI Approved :: MIT License",
89 "Operating System :: OS Independent", 89 "Operating System :: OS Independent",
90 "Programming Language :: Python :: 2.7", 90 "Programming Language :: Python :: 2.7",
91 "Programming Language :: Python :: 3.3",
92 "Programming Language :: Python :: 3.4", 91 "Programming Language :: Python :: 3.4",
93 "Programming Language :: Python :: 3.5", 92 "Programming Language :: Python :: 3.5",
94 "Programming Language :: Python :: 3.6", 93 "Programming Language :: Python :: 3.6",
94 "Programming Language :: Python :: 3.7",
95 "Topic :: Internet :: WWW/HTTP", 95 "Topic :: Internet :: WWW/HTTP",
96 "Topic :: Multimedia :: Sound/Audio :: Players", 96 "Topic :: Multimedia :: Sound/Audio :: Players",
97 ], 97 ],