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

Install latest ver of six.py.

To try to please travis-CI.
This commit is contained in:
Shlomi Fish 2017-05-22 20:34:09 +03:00
parent c967ca64b1
commit 0a1d91ca76

View file

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