mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
Move pyside to travis using apt and added to external_dependencies.txt
As it needs to compile and install itself if done pip install, that errors and takes a lot of time in travis
This commit is contained in:
@@ -5,6 +5,7 @@ addons:
|
||||
apt:
|
||||
packages:
|
||||
- redis-server
|
||||
- python-pyside
|
||||
|
||||
python:
|
||||
# major versions, test first
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
PySide
|
||||
- On linux, sudo apt-get install python-pyside
|
||||
- On Windows, install installers from their website
|
||||
@@ -1,7 +1,6 @@
|
||||
redis
|
||||
pytest
|
||||
htmlpy
|
||||
PySide
|
||||
|
||||
python-dateutil
|
||||
humanfriendly
|
||||
|
||||
Reference in New Issue
Block a user