Skip to content

Commit

Permalink
Travis & appveyor happy?
Browse files Browse the repository at this point in the history
  • Loading branch information
Crotalus committed Aug 24, 2016
1 parent 50570b2 commit 2283c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_script:
- "sh -e /etc/init.d/xvfb start"

script:
- export PYTEST_QT_API=pyqt4v2
- export PYTEST_QT_API=pyqt4
- py.test -xs --cov src --cov-report term-missing

after_success:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
- "powershell appveyor\\install.ps1"
- ps: "$env:APPVEYOR_BUILD_VERSION = (& c:\\Python27\\python .\\src\\config\\version.py) + \"+\" + $env:APPVEYOR_BUILD_NUMBER"
- ps: "get-childitem env:"
- ps: "$env:PYTEST_QT_API=\"pyqt4v2\""
- ps: "$env:PYTEST_QT_API=\"pyqt4\""
- ps: "$env:FAF_FORCE_PRODUCTION=true"
- "%PYTHON%\\Scripts\\pip.exe install -r requirements.txt --trusted-host content.faforever.com"

Expand Down

1 comment on commit 2283c42

@Sheeo
Copy link
Member

@Sheeo Sheeo commented on 2283c42 Nov 6, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You definitely do not want this. The codebase relies on pyqt4v2.

Please sign in to comment.