Parcourir la source

Fix pythondialog install

Julien Schueller il y a 8 ans
Parent
commit
8cef2ba5e9
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 1 0
      .travis.yml
  2. 1 1
      install/files/python_requirements.txt

+ 1 - 0
.travis.yml

@@ -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

+ 1 - 1
install/files/python_requirements.txt

@@ -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