Skip to content

Commit

Permalink
Updated test blob and setup
Browse files Browse the repository at this point in the history
  • Loading branch information
erocarrera committed Apr 14, 2019
1 parent 760c808 commit fa197be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ matrix:
- python: pypy
- python: pypy3
before_install:
- if test -n "$encrypted_5f282b249fcf_key" && test -n "$encrypted_5f282b249fcf_iv"; then
openssl aes-256-cbc -K $encrypted_5f282b249fcf_key -iv $encrypted_5f282b249fcf_iv -in tests/test_data.tar.bz2.enc -out tests/test_data.tar.bz2 -d;
- if test -n "$encrypted_a288ee1b388d_key" && test -n "$encrypted_a288ee1b388d_iv"; then
openssl aes-256-cbc -K $encrypted_a288ee1b388d_key -iv $encrypted_a288ee1b388d_iv -in tests/test_data.tar.bz2.enc -out tests/test_data.tar.bz2 -d;
tar jxf tests/test_data.tar.bz2 -C tests;
fi
install:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def run(self):
author = _read_attr('__author__'),
author_email = _read_attr('__contact__'),
url = 'https://github.com/erocarrera/pefile',
download_url='https://github.com/erocarrera/pefile/releases/download/v2018.8.8/pefile-2018.8.8.tar.gz',
download_url='https://github.com/erocarrera/pefile/releases/download/v2019.4.14/pefile-2019.4.14.tar.gz',
keywords = ['pe', 'exe', 'dll', 'pefile', 'pecoff'],
classifiers = [
'Development Status :: 5 - Production/Stable',
Expand Down
Binary file modified tests/test_data.tar.bz2.enc
Binary file not shown.

0 comments on commit fa197be

Please sign in to comment.