attempt to make appveyor green again

This commit is contained in:
Andreas Rumpf
2017-10-02 23:25:21 +02:00
parent 4617114453
commit a883005f65

View File

@@ -1,3 +1,7 @@
discard """
disabled: "windows"
"""
import sfml, os
var window = newRenderWindow(videoMode(800, 600), "SFML works!")