Skip to content

Commit

Permalink
ci testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeeren committed Nov 19, 2015
1 parent 9b813d2 commit fa5ee53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
- TOXENV=3.5,extension-coveralls,coveralls,codecov
- TOXENV=3.5-nocover
before_install:
- sudo apt-get install gfortran g77
- apt-get install gfortran g77
- python --version
- uname -a
- lsb_release -a
Expand Down
2 changes: 1 addition & 1 deletion ci/templates/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

{% endfor %}
before_install:
- sudo apt-get install gfortran g77
- apt-get install gfortran g77
- python --version
- uname -a
- lsb_release -a
Expand Down

0 comments on commit fa5ee53

Please sign in to comment.