Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
[FIX] travis and test
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed Oct 16, 2016
1 parent 17c1f71 commit d09c9f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ python:
sudo: required

install:
- sudo apt-get install build-essential git cmake libqt4-dev libphonon-dev python2.7-dev libxml2-dev libxslt1-dev qtmobility-dev libqtwebkit-dev
- sudo apt-get -y install build-essential git cmake libqt4-dev libphonon-dev python2.7-dev libxml2-dev libxslt1-dev qtmobility-dev libqtwebkit-dev
- sudo apt-get -y install python-pyside
- pip install -r requirements-dev.txt
- sudo apt-get install python-pyside --fix-missing
- sudo apt-get -y install upx

before_script:
- export DISPLAY=:99.0
Expand All @@ -23,6 +24,7 @@ after_success:
- coveralls

deploy:
provider: packagecloud
repository: "pynocchio"
username: "mstuttgart"
token:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
rarfile==2.8
peewee==2.8.1
PySide==1.2.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def run(self):
test_suite='test',
cmdclass=cmdclass,
scripts=[
'pynocchio-client',
'pynocchio-client.py',
],
include_package_data=True,
data_files=[
Expand Down

0 comments on commit d09c9f0

Please sign in to comment.