requests-http-signature/.travis.yml

23 lines
273 B
YAML
Raw Normal View History

2017-08-22 02:02:39 +02:00
language: python
python:
- 3.4
- 3.5
- 3.6
2020-04-24 22:59:49 +02:00
- 3.7
2017-08-22 02:02:39 +02:00
- nightly
dist: trusty
sudo: false
before_install:
- pip install --quiet codecov wheel cryptography
2017-08-22 02:02:39 +02:00
install:
- make install
script:
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)