test
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -1,7 +1,7 @@
|
|||||||
sudo: required
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
@@ -11,6 +11,15 @@ python:
|
|||||||
- "2.7"
|
- "2.7"
|
||||||
- "pypy"
|
- "pypy"
|
||||||
- "pypy3"
|
- "pypy3"
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- debian-sid
|
||||||
|
|
||||||
|
packages:
|
||||||
|
- libffi-dev
|
||||||
|
- gnupg
|
||||||
|
- libgpgme11-dev
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# add a pep8 test
|
# add a pep8 test
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# make sure libffi-dev, gnupg2, and pgpdump are installed
|
# do nothing because we are using container-based travis-ci now
|
||||||
sudo apt-get update
|
# sudo apt-get update
|
||||||
sudo apt-get install -y libffi-dev gnupg2 pgpdump libgpgme11-dev
|
# sudo apt-get install -y libffi-dev gnupg2 pgpdump libgpgme11-dev
|
||||||
|
|||||||
Reference in New Issue
Block a user