Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit ec4a819

Browse files
committed
Travis: test with Python 2.7 and 3.5 too
1 parent e75de61 commit ec4a819

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: python
22
python:
3+
- "2.7"
34
- "3.4"
5+
- "3.5"
46
install: pip install -r requirements.txt
57
script:
68
- python setup.py test

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Example usage from Python:
4040
4141
# or enter an arbitrary namespace:
4242
with Namespace('/var/run/netns/foo', 'net'):
43-
# output network interfaces as seen from within the mypid's net NS:
43+
# output network interfaces as seen from within the net NS "foo":
4444
subprocess.check_output(['ip', 'a'])
4545
4646
.. _nsenter: http://man7.org/linux/man-pages/man1/nsenter.1.html

0 commit comments

Comments
 (0)