Skip to content

Instantly share code, notes, and snippets.

@derwolfe
Created December 31, 2014 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derwolfe/0f548b0dbfabbb89f5e1 to your computer and use it in GitHub Desktop.
Save derwolfe/0f548b0dbfabbb89f5e1 to your computer and use it in GitHub Desktop.
irclog
12:06 <herrwolfe> is there a configuration option to specify a tox environment to only run on osx? I'm bundling an application and would like go through the long process of getting pyobjc installed, but only when actually necessary
12:11 → Ivo and avanderneut1 joined ⇐ jaraco, Jurko, antocuni, cr3 and avanderneut quit ↔ wirrrbel, maryokhin, dowwie and wirrrbel1 popped in
Wednesday, December 31st, 2014
02:03 → jaraco, wirrrbel and cr3 joined ↔ antocuni and Jurko popped in ↔ bubenkoff and untitaker nipped out
09:30 <ronny> herrwolfe: im not aware of a easy way to do that right now
09:33 ⇐ wirrrbel quit (~Thunderbi@dslb-088-066-055-002.088.066.pools.vodafone-ip.de) Ping timeout: 264 seconds
09:53 <herrwolfe> ronny: thanks - it seems like that is something I should probably handle at a different level anway
10:06 ↔ pf_moore nipped out
10:07 <ronny> herrwolfe: as faras i can tell, platform tags for tox might be a good idea
10:07 <ronny> (solutions on other levels seem uneasonably complex at first thought)
10:26 <herrwolfe> ronny: I'm beginning to agree with you. The way I'm handling it now is through travis alone, where I just tell travis "don't do these builds when on linux, but do this when on osx". But, it would be nice if this could be directly managed through tox, so that if a linux user runs "tox", the build is skipped
10:34 <ronny> herrwolfe: tox recently introdiced python version tags, might want to do the same for platform names
10:34 <ronny> herrwolfe: that way you could use the osx platform tag for the pyobjc dependency
10:42 <herrwolfe> ronny: would it be helpful if I created an issue for this?
10:46 → maryokhin joined (~maryokhin@176.102.58.84)
11:01 <ronny> herrwolfe: sure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment