Explorar o código

Added travis conig

Adam Kelly %!s(int64=6) %!d(string=hai) anos
pai
achega
661d55c207
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      .travis.yml

+ 11 - 0
.travis.yml

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