Closed twolfson closed 11 years ago
Beginning work on dev/test.sublime.text.3
. TODO's for next time:
__name__
not existing in exec
d code [I think] for Python 3).Sublime Text 3 should work in Travis as it is working in Vagrant. Unfortunately, it does not which is extremely frustrating. I have disabled it for now but I bet we are really close yet missing something.
After talking in IRC and some more debugging, Sublime Text 3 is working in Travis =D
Python 3 was a simple update to coerce byte strings to normal strings. We are testing all combinations as of 0.4.0
(technically, we only need orthogonal testing -- Python 2 + ST2, Python 3 + ST3) but this is for extra comfort.
As mentioned in #1, we should test against multiple environments. Now that we have Travis CI set up, we are in an advantageous situation to test out all combinations with virtually no cost.