Diff of /.travis.yml [000000] .. [6673ef]

Switch to unified view

a b/.travis.yml
1
language: python
2
python:
3
  - "3.6"
4
install:
5
  - pip install -r requirements.txt
6
  - pip install .
7
script: cd tests && python -m unittest -v