ihatemoney/.travis.yml
Glandos 3ae54c13f9
Fix travis build with python3.6 (#734)
Upgrade pip **and** virtualenv, as mentioned in https://travis-ci.community/t/pip-install-cryptography-fails-on-py36/11233/4

Tox is building its own virtualenv, so the image from TravisCI might not be enough for pip to find the wheel.
2021-04-06 22:49:49 +02:00

12 lines
192 B
YAML

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