diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-01-03 10:24:29 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-01-03 10:24:29 -0600 |
commit | 636f119a208a6bddb71b52a136f33f04b11c48ac (patch) | |
tree | 0b516b7f11a77401808ad76bf21ee3feda2d84fd | |
parent | b34f83957aed3f821748bf04a517af31633432c3 (diff) | |
parent | 57fdade367989f14ba2ac5cc6f6754919dc816e2 (diff) | |
download | cryptography-636f119a208a6bddb71b52a136f33f04b11c48ac.tar.gz cryptography-636f119a208a6bddb71b52a136f33f04b11c48ac.tar.bz2 cryptography-636f119a208a6bddb71b52a136f33f04b11c48ac.zip |
Merge pull request #2631 from alex/remove-hack
Remove lucid hack, this should our custom OpenSSL compilation
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index b4d3d056..e99d8908 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,12 +33,6 @@ matrix: env: TOXENV=py35 OPENSSL=0.9.8 - python: pypy env: TOXENV=pypy OPENSSL=0.9.8 - addons: - apt: - sources: - - lucid - packages: - - libssl-dev/lucid - python: 2.7 env: TOXENV=docs addons: |