blob: 0df42d211b8919ffa38b1426dd9ef2da35af9cf8 [file] [log] [blame]
adamantikef05b6592016-01-24 00:23:23 -03001language: python
Jon Dufresne57b3bfd2018-06-14 05:28:11 -07002cache: pip
adamantikef05b6592016-01-24 00:23:23 -03003
adamantikef05b6592016-01-24 00:23:23 -03004# Environment changes have to be manually synced with 'tox.ini'.
5# See: https://github.com/travis-ci/travis-ci/issues/3024
Sybren A. Stüvelf4e2e1e2018-09-16 12:29:02 +02006
7# Python 3.7 is not yet supported by Travis CI.
8# See: https://github.com/travis-ci/travis-ci/issues/9815
9
Joost Rijneveld4d3bde62017-10-22 17:48:34 +020010python:
11 - 2.7
Joost Rijneveld4d3bde62017-10-22 17:48:34 +020012 - 3.4
13 - 3.5
Hugo2a020f32017-10-22 22:16:33 +030014 - 3.6
Joost Rijneveld4d3bde62017-10-22 17:48:34 +020015 - "pypy"
adamantikef05b6592016-01-24 00:23:23 -030016
17install:
Sybren A. Stüvelad510182018-09-16 11:27:27 +020018 - pip install pipenv
19 - pipenv install --dev --ignore-pipfile
adamantikef05b6592016-01-24 00:23:23 -030020
21script:
Sybren A. Stüvelf4e2e1e2018-09-16 12:29:02 +020022 - pipenv run py.test
adamantike458e30b2016-01-25 23:30:47 -030023
24after_success:
Sybren A. Stüvelad510182018-09-16 11:27:27 +020025 - pipenv run coveralls