1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Hopefully fix travis #3 - sudo

This commit is contained in:
Shlomi Fish 2017-06-08 23:40:01 +03:00
parent 325df68d7b
commit baf6c58876

View file

@ -7,8 +7,8 @@ before_install:
install:
- sudo cpanm Test::Differences Test::TrailingSpace
- "`which python3` -m pip install --user flake8"
- "`which python3` -m pip install --user sgmllib3k"
- "`which python3` -m pip install --user six"
- "sudo `which python3` -m pip install sgmllib3k"
- "sudo `which python3` -m pip install six"
- "`which python` -m pip install --user six"
- which python
script: "sh -x scripts/travis-ci-build"