Explorar el Código

Create .travis.yml

Radu Boncea hace 6 años
padre
commit
9a34a671bd
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      .travis.yml

+ 7 - 0
.travis.yml

@@ -0,0 +1,7 @@
+language: python
+matrix:
+  include:
+  - python: "2.7"
+  - python: "3.6"
+
+script: python -m unittest tests/test_validator.py