Skip to content

Commit

Permalink
updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 15, 2019
1 parent 9ba26ce commit adad652
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,30 @@
# https://www.linkedin.com/in/harisekhon
#

language: python
python:
# - "2.6"
- "2.7"
# MySQL in lib doesn't build from pip in Python 3
# - "3.2"
# - "3.3"
# - "3.4"
# - "3.5"
# python-krbV fails to compile on PyPy
# - "pypy"
# - "pypy3"

# Mac Python 2.7 not available - see https://travis-ci.org/HariSekhon/pylib/jobs/584226228
#os:
# - linux
# - osx

matrix:
include:
- os: linux
language: python
python:
# - "2.6"
- "2.7"
# MySQL in lib doesn't build from pip in Python 3
# - "3.2"
# - "3.3"
# - "3.4"
# - "3.5"
# python-krbV fails to compile on PyPy
# - "pypy"
# - "pypy3"
# workaround is to use generic and install to system python
- os: osx
language: generic

dist: trusty

sudo: required
Expand Down

0 comments on commit adad652

Please sign in to comment.