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:
2016-01-03 11:50:00 +05:30
parent adf5efd653
commit c494ede016
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ addons:
apt: apt:
packages: packages:
- redis-server - redis-server
- python-pyside
python: python:
# major versions, test first # major versions, test first
+3
View File
@@ -0,0 +1,3 @@
PySide
- On linux, sudo apt-get install python-pyside
- On Windows, install installers from their website
-1
View File
@@ -1,7 +1,6 @@
redis redis
pytest pytest
htmlpy htmlpy
PySide
python-dateutil python-dateutil
humanfriendly humanfriendly