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

travis: Change language from python to generic

Travis's python virtualenv setup does not help too much in our case
because we use both python2 and python3 while travis will setup the
virtualenv for only one at a time.
This commit is contained in:
Juhani Numminen 2019-07-28 17:20:05 +03:00 committed by Shlomi Fish
parent 76882c9dd1
commit d1e1e436a1

View file

@ -29,8 +29,7 @@ install:
- "sudo `which python2` -m pip install --upgrade $PY_MODS"
- which python
- which python2
language: python
python: "3.6"
language: generic
matrix:
include:
- os: linux
@ -48,7 +47,6 @@ matrix:
python3-setuptools
python3-tk
- os: osx
language: generic
script:
- export TIDYALL_DATA_DIR="$HOME/tidyall_d"
- bash -x scripts/travis-ci-build