PySnooper/.travis.yml

22 lines
271 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 18:39:32 +00:00
- pypy2.7
2019-04-21 13:53:18 +00:00
- pypy3.5
env:
- PYTHONWARNINGS='ignore::DeprecationWarning' # Until python_toolbox is fixed
install:
- pip install -r requirements.txt -r test_requirements.txt
script:
- pytest