test
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -1,7 +1,7 @@
|
||||
sudo: required
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- "3.6"
|
||||
@@ -11,6 +11,15 @@ python:
|
||||
- "2.7"
|
||||
- "pypy"
|
||||
- "pypy3"
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- debian-sid
|
||||
|
||||
packages:
|
||||
- libffi-dev
|
||||
- gnupg
|
||||
- libgpgme11-dev
|
||||
matrix:
|
||||
include:
|
||||
# add a pep8 test
|
||||
|
||||
Reference in New Issue
Block a user