We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3271c9f commit 9970013Copy full SHA for 9970013
.travis.yml
@@ -48,6 +48,7 @@ script:
48
- coverage run -a --source=quit tests/test_provenance.py
49
50
before_deploy:
51
+ - mkdir dist
52
- docker run -it -v "$(pwd):/src/" cdrx/pyinstaller-linux:python3
53
- cp dist/linux/run dist/quit-64bit-linux
54
- git apply requirements.txt.windows.patch
0 commit comments