diff --git a/.travis.yml b/.travis.yml index 231675c..505a67d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ python: # command to install dependencies install: - pip install pipenv - - pipenv sync - pipenv install - pipenv run python -m pip install --upgrade pip setuptools wheel # command to run tests diff --git a/BlenderUpdater.py b/BlenderUpdater.py index ef40aef..93b74c6 100644 --- a/BlenderUpdater.py +++ b/BlenderUpdater.py @@ -587,7 +587,6 @@ def exec_linux(self): def main(): - app.setStyle("Fusion") app.setPalette(setstyle.setPalette()) window = BlenderUpdater()