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 2323556 commit cb88407
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 @@ -14,7 +14,7 @@ env:
- TOXENV=3.5,extension-coveralls,coveralls,codecov
- TOXENV=3.5-nocover
before_install:
- sudo apt-get install gfortran g77
- sudo apt-get install gfortran
- 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 @@ -10,7 +10,7 @@ env:

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

0 comments on commit cb88407

Please sign in to comment.