Skip to content

Commit 77cfb05

Browse files
authored
Travis: Downgrade to cx_Freeze 6.1 (#3607)
1 parent 196f5c7 commit 77cfb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ matrix:
3737
python: 3.6
3838

3939
install:
40-
- pip3 install cx-freeze
40+
- pip3 install 'cx-freeze==6.1'
4141

4242
script:
4343
- python3 freeze.py build

0 commit comments

Comments
 (0)