Skip to content

Commit

Permalink
Merge pull request #77 from madig/ci-testing
Browse files Browse the repository at this point in the history
Setup CI testing
  • Loading branch information
rougier committed Feb 25, 2018
2 parents 18dc8d7 + a8dc87d commit 985f054
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_ft_face.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import freetype


def test_ft_face():
"""A smoke test."""
assert freetype.Face('examples/Vera.ttf')
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[tox]
envlist = py27,py36

[testenv]
deps=pytest
commands=pytest

0 comments on commit 985f054

Please sign in to comment.