mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-08 17:14:43 +01:00
71d17e449e
importlib is Python 2.7 only.
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
|