fix examples, update account API `user` method
[smsapi-python.git] / .travis.yml
blob51104c51ceb2b26fcbf40d3000da406a371a3462
1 dist: xenial
3 language: python
5 python:
6   - "2.7"
7   - "3.4"
8   - "3.5"
9   - "3.6"
10   - "3.7"
12 install:
13   - pip install virtualenv --upgrade
14   - make install
16 script:
17   - make tests