From be23a3588297b2604f5aa4891dc8e4c96dd20fc5 Mon Sep 17 00:00:00 2001 From: Dwayne Litzenberger Date: Fri, 1 Apr 2016 22:10:11 -0700 Subject: travis: osx support --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9208f70..8dbc1a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ # PyCrypto .travis.yml file, for travis-ci.org testing. # See https://travis-ci.org/dlitz/pycrypto for build status. # See https://docs.travis-ci.com/ for general info about the format of this file. +os: + - linux + - osx addons: apt: packages: -- cgit v1.2.1