Skip to content

Commit

Permalink
CI: Build wheel on Linux 64bit with py36
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Nov 8, 2019
1 parent 62e26ae commit f4a5879
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ matrix:
- python -m pip install -r requirements.txt
- python -m pytest --cov ogs5py --cov-report term-missing -v tests/
- python -m coveralls
# universal wheel
# universal wheel on 64bit Linux with py36
- name: "Linux py36"
sudo: required
language: python
python: 3.6
services: docker
env: CIBW_BUILD="cp36-manylinux_x86_64"

env:
global:
Expand Down

0 comments on commit f4a5879

Please sign in to comment.