sshuttle/.travis.yml

12 lines
134 B
YAML
Raw Normal View History

2015-11-16 23:19:20 +01:00
language: python
python:
- 2.7
- 3.5
- pypy
install:
- travis_retry pip install -q pytest mock
script:
2015-11-16 23:28:58 +01:00
- PYTHONPATH=. py.test