Skip to content

Commit

Permalink
Merge pull request #113 from jcrivenaes/travis8
Browse files Browse the repository at this point in the history
Removed apt-get .. swig in before_deploy
  • Loading branch information
jcrivenaes authored May 14, 2019
2 parents 0ecc66c + 9801e4b commit 12f556e
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 @@ -58,7 +58,7 @@ after_success:
before_deploy:
- ls -la dist
- pip install numpy
- apt-get -y install swig
- uname -a

deploy:
provider: pypi
Expand Down

0 comments on commit 12f556e

Please sign in to comment.