disable 32-bit linux for now

This commit is contained in:
Jay Lee
2019-04-12 15:21:15 -04:00
parent e68632e840
commit fb6746e694

View File

@@ -7,15 +7,15 @@ matrix:
- "2.7.15" - "2.7.15"
env: env:
- GAMOS=linux - GAMOS=linux
- PLATFORM=x64 - PLATFORM=x86_64
- os: linux # - os: linux
language: python # language: python
dist: precise # dist: precise
python: # python:
- "2.7.15" # - "2.7.15"
env: # env:
- GAMOS=linux # - GAMOS=linux
- PLATFORM=x86 # - PLATFORM=i686
- os: osx - os: osx
language: generic language: generic
osx_image: xcode10.1 osx_image: xcode10.1