Skip to content

Commit 998f488

Browse files
committed
Set up Travis CI
Fixes #3
1 parent 52e736e commit 998f488

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
language: python
2+
python:
3+
- '2.7'
4+
- '3.5'
5+
- '3.6'
6+
dist: trusty
7+
addons:
8+
apt:
9+
packages:
10+
- libc6-dev
11+
- libnl-3-dev
12+
- libnl-route-3-dev
13+
- valgrind
14+
cache:
15+
directories:
16+
- $HOME/.cache/pip
17+
- $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/lib/python$TRAVIS_PYTHON_VERSION/site-packages
18+
- $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/bin
19+
notifications:
20+
email: false
21+
install: pip install --upgrade tox tox-travis
22+
script: tox

0 commit comments

Comments
 (0)