Skip to content

Commit

Permalink
We only care about setuptools-pep8 for Travis CI, don't need it other…
Browse files Browse the repository at this point in the history
…wise
  • Loading branch information
stefanor committed Nov 20, 2016
1 parent 2a9bf59 commit a1a3f9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -13,6 +13,7 @@ conda:
pip install pyusb
pip install pep8
pip install autopep8
pip install setuptools-pep8
python setup.py develop

check-conda:
Expand Down
8 changes: 0 additions & 8 deletions setup.py
Expand Up @@ -3,7 +3,6 @@

from setuptools import find_packages
from setuptools import setup
import os
import sys

import versioneer
Expand All @@ -13,12 +12,6 @@
raise SystemExit("You need Python 3.3+")


if os.environ.get('PYBUILD_NAME'):
setup_requires = []
else:
setup_requires = ['setuptools-pep8']


setup(
name="hdmi2usb.modeswitch",
version=versioneer.get_version(),
Expand Down Expand Up @@ -54,7 +47,6 @@
# ('/etc/udev/rules.d/', os.listdir(udev,
# "*-hdmi2usb-*.rules", "hdmi2usb-*.sh"),
# ],
setup_requires=setup_requires,
include_package_data=True,
entry_points={
"console_scripts": [x+"=hdmi2usb.modeswitch.cli:main" for x in (
Expand Down

0 comments on commit a1a3f9b

Please sign in to comment.