Skip to content

Commit

Permalink
CI: use Linux and py36 for wheel creation
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Nov 8, 2019
1 parent 1a5e7b2 commit 62e26ae
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ matrix:
- python -m pip install -r requirements.txt
- python -m pytest --cov ogs5py --cov-report term-missing -v tests/
- python -m coveralls
# universal wheel on macOS (faster)
- name: "py2py3 wheel"
os: osx
language: generic
# universal wheel
- name: "Linux py36"
sudo: required
language: python
python: 3.6
services: docker

env:
global:
Expand Down

0 comments on commit 62e26ae

Please sign in to comment.