@@ -22,6 +22,7 @@ before_install:
install:
- pip install -r install/files/python_requirements.txt
+ - pip install python2-pythondialog || pip install pythondialog
- pip install coveralls
# command to run tests
@@ -4,7 +4,7 @@ markupsafe==0.23
pyaudio==0.2.9
pyasn1>=0.1.8
ansible==2.2.0.0
-python2-pythondialog==3.4.0
+#python2-pythondialog==3.4.0
jinja2==2.8
cffi==1.9.1
ipaddress==1.0.17