We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e706f5 commit ecfc5b7Copy full SHA for ecfc5b7
.travis.yml
@@ -8,9 +8,8 @@ install:
8
# pyside
9
- sudo apt-get install -y qt4-qmake libqt4-dev
10
- sudo apt-get install -y python-qt4 python-pyside
11
-
12
-#pip install pyside --find-links wheelhouse/
13
-#pip install PySide --no-index --find-links https://parkin.github.io/python-wheelhouse/;
+ # keyutils
+ - sudo apt-get install -y keyutils
14
15
# run tests
16
script:
requirements.txt
@@ -1,3 +1,3 @@
1
-pytest
2
-pyside
3
-pypandoc
+pytest==3.0.6
+PySide==1.2.4
+pypandoc==1.3.3
0 commit comments