diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-01-03 10:53:19 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-01-03 10:53:19 -0500 |
commit | 57fdade367989f14ba2ac5cc6f6754919dc816e2 (patch) | |
tree | 0b516b7f11a77401808ad76bf21ee3feda2d84fd | |
parent | b34f83957aed3f821748bf04a517af31633432c3 (diff) | |
download | cryptography-57fdade367989f14ba2ac5cc6f6754919dc816e2.tar.gz cryptography-57fdade367989f14ba2ac5cc6f6754919dc816e2.tar.bz2 cryptography-57fdade367989f14ba2ac5cc6f6754919dc816e2.zip |
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: |