File tree 2 files changed +31
-0
lines changed
2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ sudo : required
2
+ dist : trusty
3
+ language : python
4
+
5
+ python :
6
+ - " 3.5"
7
+
8
+ before_install :
9
+ - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
10
+ - sudo apt-get -qq -y update
11
+
12
+ install :
13
+ - sudo apt-get install -y git
14
+ # - sudo apt-get install -y qt5-default qtbase5-private-dev
15
+ - sudo apt-get install -y python3-pyqt5 python3-pip
16
+ - sudo apt-get install -y nodejs
17
+ # - sudo apt-get install -y
18
+ - /usr/bin/pip3 -V
19
+ - yes | sudo /usr/bin/pip3 install qiniu sleekxmpp PyExecJS pycurl python-magic html2text
20
+
21
+ script :
22
+ - /usr/bin/python3 tests/tests.py
Original file line number Diff line number Diff line change
1
+ from PyQt5 .QtCore import *
2
+ from PyQt5 .QtGui import *
3
+ from PyQt5 .QtWidgets import *
4
+ from PyQt5 .QtNetwork import *
5
+ from PyQt5 .QtDBus import *
6
+
7
+ import qiniu
8
+
9
+ print ('success' )
You can’t perform that action at this time.
0 commit comments