mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-22 16:03:57 +01:00
13 lines
127 B
YAML
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
|