Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
language: python sudo: false dist: trusty group: edge python: - "3.7" - "3.8" os: - linux install: - pip install --upgrade pip - pip install -e . script: - "python setup.py test || exit 0" - "python setup.py test"