mirror of https://github.com/kbandla/dpkt.git
fixing travis.yml
This commit is contained in:
parent
877c267208
commit
27d12d4e5c
|
@ -4,13 +4,9 @@ env:
|
||||||
global:
|
global:
|
||||||
LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
|
LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
|
||||||
matrix:
|
matrix:
|
||||||
- TOXENV=check
|
|
||||||
- TOXENV=2.6,coveralls
|
- TOXENV=2.6,coveralls
|
||||||
- TOXENV=2.6-nocover
|
|
||||||
- TOXENV=2.7,coveralls
|
- TOXENV=2.7,coveralls
|
||||||
- TOXENV=2.7-nocover
|
|
||||||
- TOXENV=pypy,coveralls
|
- TOXENV=pypy,coveralls
|
||||||
- TOXENV=pypy-nocover
|
|
||||||
before_install:
|
before_install:
|
||||||
- python --version
|
- python --version
|
||||||
- virtualenv --version
|
- virtualenv --version
|
||||||
|
|
Loading…
Reference in New Issue