PySnooper/.travis.yml

20 lines
253 B
YAML
Raw Normal View History

2019-04-21 13:53:18 +00:00
dist: xenial
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8-dev
2019-04-21 19:17:19 +00:00
- pypy2.7-6.0
2019-04-21 13:53:18 +00:00
- pypy3.5
env:
- PYTHONWARNINGS='ignore::DeprecationWarning' # Until python_toolbox is fixed
install:
- pip install -r test_requirements.txt
2019-04-21 13:53:18 +00:00
script:
- pytest