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 fa5ee53 commit 2323556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python: '3.5'
sudo: false
env:
global:
LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
Expand All @@ -15,7 +14,7 @@ env:
- TOXENV=3.5,extension-coveralls,coveralls,codecov
- TOXENV=3.5-nocover
before_install:
- apt-get install gfortran g77
- sudo apt-get install gfortran g77
- python --version
- uname -a
- lsb_release -a
Expand Down
3 changes: 1 addition & 2 deletions ci/templates/.travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python: '3.5'
sudo: false
env:
global:
LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
Expand All @@ -11,7 +10,7 @@ env:

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

0 comments on commit 2323556

Please sign in to comment.