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:
parent
76882c9dd1
commit
d1e1e436a1
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue