.travis.yml 123 B

1234567
  1. language: python
  2. matrix:
  3. include:
  4. - python: "2.7"
  5. - python: "3.6"
  6. script: python -m unittest tests/test_validator.py