ihatemoney/.travis.yml
Glandos 35c16e1392
Fix travis build with python3.6
Some dependencies (cryptography / cffi) starts requiring a rust compiler. However, using a more recent `pip` should download the correct wheel, prebuilt.
2021-04-06 14:03:40 +02:00

11 lines
155 B
YAML

sudo: false
language: python
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
script: tox
install:
- pip install --upgrade pip
- pip install tox-travis