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
+3
View File
@@ -0,0 +1,3 @@
PySide
- On linux, sudo apt-get install python-pyside
- On Windows, install installers from their website