Codebase list httmock / 48980dfb-6b03-4cbb-bc1d-2bedd31fef2c/main .travis.yml
48980dfb-6b03-4cbb-bc1d-2bedd31fef2c/main

Tree @48980dfb-6b03-4cbb-bc1d-2bedd31fef2c/main (Download .tar.gz)

.travis.yml @48980dfb-6b03-4cbb-bc1d-2bedd31fef2c/mainraw · history · blame

language: python
python:
    - 2.7
    - pypy
    - 3.4
    - 3.5
    - 3.6
    - 3.7
    - 3.8
install:
    - "pip install requests"
script: nosetests