Skip to content

Commit a16ab9f

Browse files
committed
Add __init__.py file for Python 2.7 compatibility. Add Python 2.7 to build matrix.
1 parent b2cc8fc commit a16ab9f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ build: false
44

55
environment:
66
matrix:
7+
- PYTHON_VERSION: 2.7
8+
MINICONDA: C:\Miniconda
79
- PYTHON_VERSION: 3.4
810
MINICONDA: C:\Miniconda3
911

@@ -24,4 +26,4 @@ test_script:
2426
- build_windows
2527
- pip install .
2628
- cd tests
27-
- python -m unittest
29+
- python test_sdf.py

sdf/examples/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)