Skip to content

Commit

Permalink
removed g77 apt-get package
Browse files Browse the repository at this point in the history
  • Loading branch information
Avsecz committed Dec 1, 2016
1 parent db20b4a commit e11f68b
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 @@ -7,7 +7,7 @@ env:
- TOXENV=py34
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y g77 gfortran
- sudo apt-get install -y gfortran
install:
- pip install -U tox
script: tox -e ${TOXENV}
Expand Down

0 comments on commit e11f68b

Please sign in to comment.