mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-07 09:02:32 +00:00
* switch to tox-pipenv. * pipfile disable python version. * pytest is a dev dependency. * install pipenv dev.
13 lines
171 B
YAML
13 lines
171 B
YAML
sudo: false
|
|
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.4"
|
|
- "3.5"
|
|
- "3.6"
|
|
# - "3.7-dev"
|
|
install:
|
|
- pip install tox-travis
|
|
- pip install tox-pipenv
|
|
script:
|
|
- tox |