sshuttle/.travis.yml
2015-11-17 09:19:20 +11:00

13 lines
127 B
YAML

language: python
python:
- 2.6
- 2.7
- 3.5
- pypy
install:
- travis_retry pip install -q pytest mock
script:
- py.test