Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
d298d119
Commit
d298d119
authored
7 years ago
by
inso
Browse files
Options
Downloads
Patches
Plain Diff
Remove pyqt5 explicit version
parent
79e361b6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
appveyor.yml
+1
-1
1 addition, 1 deletion
appveyor.yml
ci/travis/build.sh
+0
-1
0 additions, 1 deletion
ci/travis/build.sh
with
1 addition
and
2 deletions
appveyor.yml
+
1
−
1
View file @
d298d119
...
...
@@ -36,7 +36,7 @@ install:
#- choco install -y vcredist2015
-
"
%CMD_IN_ENV%
conda
config
--set
always_yes
yes
--set
changeps1
no"
-
"
%CMD_IN_ENV%
conda
config
--add
channels
inso/channel/sakia"
-
"
%CMD_IN_ENV%
conda
create
-q
-n
test-environment
python=%PYTHON_VERSION%
pyqt5=5.6
libsodium=1.0.3
setuptools=19.2"
-
"
%CMD_IN_ENV%
conda
create
-q
-n
test-environment
python=%PYTHON_VERSION%
libsodium=1.0.3
setuptools=19.2"
build_script
:
-
"
.
\\
ci
\\
appveyor
\\
build.cmd"
...
...
This diff is collapsed.
Click to expand it.
ci/travis/build.sh
+
0
−
1
View file @
d298d119
...
...
@@ -12,7 +12,6 @@ pyenv rehash
pip
install
coveralls
pip
install
pytest-cov
pip
install
pyinstaller
==
3.2
pip
install
PyQt5
==
5.8.2
pip
install
-r
requirements.txt
if
[
$TRAVIS_OS_NAME
==
"linux"
]
then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment