This commit is contained in:
Michael Greene
2017-08-15 22:27:42 -07:00
parent d94e4c68f7
commit 819ceb8aaa
2 changed files with 13 additions and 4 deletions

View File

@@ -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

View File

@@ -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