Skip to content

Commit

Permalink
Fix for travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Bellaccini committed Jan 21, 2017
1 parent 0e43756 commit c582648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python:
- "nightly" # currently points to 3.7-dev
# command to install program dependencies (pycrypto) and compatibility test dependencies (AES Crypt)
install:
- pip install --user pycrypto
- pip install pycrypto
- wget https://www.aescrypt.com/download/v3/linux/aescrypt-3.11.tgz
- tar -xzf aescrypt-3.11.tgz
- pushd aescrypt-3.11/src && make && sudo make install && popd
Expand Down

0 comments on commit c582648

Please sign in to comment.