Skip to content

Commit ecfc5b7

Browse files
committed
travis test 2
1 parent 7e706f5 commit ecfc5b7

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ install:
88
# pyside
99
- sudo apt-get install -y qt4-qmake libqt4-dev
1010
- 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/;
11+
# keyutils
12+
- sudo apt-get install -y keyutils
1413

1514
# run tests
1615
script:

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest
2-
pyside
3-
pypandoc
1+
pytest==3.0.6
2+
PySide==1.2.4
3+
pypandoc==1.3.3

0 commit comments

Comments
 (0)