Skip to content

Commit

Permalink
Adding **very basic** Travis config.
Browse files Browse the repository at this point in the history
The goal for now is to just determine which versions
of Python.org Python are packaged with the OS X image (in
addition, I check if there is a "system Python"). From there,
I'll proceed.
  • Loading branch information
dhermes committed Sep 15, 2017
1 parent e6e739f commit 9ac5e8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
language: generic
os: osx

script:
- find /System/Library/Frameworks
- find /Library/Frameworks

0 comments on commit 9ac5e8e

Please sign in to comment.