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

travis fix #3 - language python

This commit is contained in:
Shlomi Fish 2018-03-19 15:23:25 +02:00
parent 8e33c74187
commit 31f41e9a41

View file

@ -11,6 +11,7 @@ install:
- "sudo /usr/bin/python3 -m pip install --upgrade $PY_MODS"
- "`which python` -m pip install --upgrade --user $PY_MODS"
- which python
language: python
python:
- "3.6"
script: "sh -x scripts/travis-ci-build"