diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2018-07-10 09:00:13 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2018-07-10 09:00:13 +0200 |
commit | a2ffd259b8d5c20b131faa7be0b81fd87096fd9b (patch) | |
tree | d6e4a62839d1c03c893123c548913d5f79595ecd /.travis.yml | |
parent | Expanded output of corruption error (close #272) (diff) | |
download | kcc-a2ffd259b8d5c20b131faa7be0b81fd87096fd9b.tar.gz kcc-a2ffd259b8d5c20b131faa7be0b81fd87096fd9b.tar.bz2 kcc-a2ffd259b8d5c20b131faa7be0b81fd87096fd9b.zip |
Code cleanup
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 977b0df..eba8cca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_install: install: - pip3 install -r requirements.txt -- pip3 install certifi https://github.com/bjones1/pyinstaller/archive/pyqt5_fix.zip +- pip3 install certifi https://github.com/pyinstaller/pyinstaller/archive/develop.zip - npm install -g appdmg script: python3 setup.py build_binary |