Add a single test project and set to build on travis/appveyor
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
matrix:
|
||||
include:
|
||||
- sudo: required
|
||||
services:
|
||||
- docker
|
||||
- os: osx
|
||||
|
||||
script:
|
||||
- pip install .
|
||||
- python ./run_tests.py
|
||||
Reference in New Issue
Block a user