@@ -0,0 +1,11 @@
+language: python
+python:
+ - "2.7"
+ - "3.6"
+ - "3.7-dev"
+
+install:
+ - pip install .
+script:
+ - "python setup.py test"