mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-02-06 13:39:56 +01:00
12 lines
134 B
YAML
12 lines
134 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
- 3.5
|
|
- pypy
|
|
|
|
install:
|
|
- travis_retry pip install -q pytest mock
|
|
|
|
script:
|
|
- PYTHONPATH=. py.test
|