Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
billyrrr committed Apr 3, 2020
1 parent c3ef8ec commit 4c19c61
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 @@ -4,7 +4,7 @@ python:
before_install:
- openssl aes-256-cbc -K $encrypted_099a44ce718c_key -iv $encrypted_099a44ce718c_iv -in secrets.tar.enc -out secrets.tar -d
- tar xvf secrets.tar
- pip insall -e .
- pip install -e .
# command to run tests
script:
- make test
Expand Down

0 comments on commit 4c19c61

Please sign in to comment.