From c494ede016248b78c1ade30f8c45899ce7767c9c Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Sun, 3 Jan 2016 11:50:00 +0530 Subject: [PATCH] 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 --- .travis.yml | 1 + external_dependencies.txt | 3 +++ requirements.txt | 1 - 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 external_dependencies.txt diff --git a/.travis.yml b/.travis.yml index 460a4ab..0051392 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ addons: apt: packages: - redis-server + - python-pyside python: # major versions, test first diff --git a/external_dependencies.txt b/external_dependencies.txt new file mode 100644 index 0000000..7893bc8 --- /dev/null +++ b/external_dependencies.txt @@ -0,0 +1,3 @@ +PySide + - On linux, sudo apt-get install python-pyside + - On Windows, install installers from their website diff --git a/requirements.txt b/requirements.txt index 4cafa4a..308e278 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ redis pytest htmlpy -PySide python-dateutil humanfriendly