Skip to content

Commit 9446aa1

Browse files
committed
Merge branch 'master' of https://github.com/ldx/python-iptables into issue230
2 parents a2c7548 + 5339990 commit 9446aa1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
dist: xenial
12
language: python
23
python:
3-
- "2.6"
44
- "2.7"
55
- "3.4"
6+
- "3.5"
7+
- "3.6"
8+
- "3.7"
69
install:
710
- python setup.py build
811
- python setup.py install

0 commit comments

Comments
 (0)