Parcourir la source

Create .travis.yml

Radu Boncea il y a 6 ans
Parent
commit
9a34a671bd
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  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