mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Try to fix travis by installing random2.py.
This commit is contained in:
parent
2c8f7af1e1
commit
3017266108
1 changed files with 2 additions and 0 deletions
|
@ -7,8 +7,10 @@ before_install:
|
|||
install:
|
||||
- sudo cpanm Test::Differences Test::TrailingSpace
|
||||
- "`which python3` -m pip install --user flake8"
|
||||
- "sudo /usr/bin/python3 -m pip install random2"
|
||||
- "sudo /usr/bin/python3 -m pip install sgmllib3k"
|
||||
- "sudo /usr/bin/python3 -m pip install --upgrade six"
|
||||
- "`which python` -m pip install --upgrade --user random2"
|
||||
- "`which python` -m pip install --upgrade --user six"
|
||||
- which python
|
||||
script: "sh -x scripts/travis-ci-build"
|
||||
|
|
Loading…
Add table
Reference in a new issue