This repository has been archived by the owner on Feb 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into garth/read-the-docs
- Loading branch information
Showing
67 changed files
with
5,083 additions
and
2,020 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
*.pyc | ||
|
||
build/ | ||
dist/ | ||
FIAT.egg-info/ | ||
/build/ | ||
/dist/ | ||
/FIAT.egg-info/ | ||
|
||
/.cache/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
sudo: false | ||
notifications: | ||
irc: | ||
channels: "chat.freenode.net#firedrake" | ||
skip_join: true | ||
on_success: change | ||
on_failure: always | ||
template: "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} | %{build_url}" | ||
language: python | ||
python: | ||
- "2.7" | ||
- "3.4" | ||
|
||
before_install: | ||
- pip install --upgrade pip | ||
- pip install flake8 | ||
- pip install pytest | ||
- pip install six | ||
|
||
install: | ||
- pip install . | ||
|
||
script: | ||
- flake8 . | ||
- DATA_REPO_GIT="" py.test test/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,5 +23,44 @@ Contributors: | |
Andy R. Terrel | ||
email: [email protected] | ||
|
||
Andrew T. T. McRae | ||
email: [email protected] | ||
|
||
Jan Blechta | ||
email: [email protected] | ||
|
||
David A. Ham | ||
email: [email protected] | ||
|
||
Miklós Homolya | ||
email: [email protected] | ||
|
||
Lawrence Mitchell | ||
email: [email protected] | ||
|
||
Colin Cotter | ||
email: [email protected]> | ||
|
||
Florian Rathgeber | ||
email: [email protected] | ||
|
||
Aslak Bergersen | ||
email: [email protected] | ||
|
||
Nico Schlömer | ||
email: [email protected] | ||
|
||
Johannes Ring | ||
email: [email protected] | ||
|
||
Matt Knepley | ||
email: [email protected] | ||
|
||
Lizao Li | ||
email: [email protected] | ||
|
||
Martin Sandve Alnæs | ||
email: [email protected] | ||
|
||
Matthias Liertzer | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.