-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
74 additions
and
6 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
language: python | ||
os: | ||
- linux | ||
python: | ||
- '2.7' | ||
- '3.4' | ||
- '3.5' | ||
- '3.6' | ||
install: | ||
- pip install tox-travis | ||
- pip install codecov | ||
- pip install grg-pssedata grg-grgdata # needed for check version | ||
script: | ||
- tox | ||
- "./check_version.py" | ||
after_success: | ||
- codecov | ||
deploy: | ||
- provider: pypi | ||
user: ccoffrin | ||
password: | ||
secure: On3kYMtAgaFXq6tX8+83SEaTSGeZk5HeT22S+Oz/IamoRTSllRU3SLu2/OKHpX+ARxSDyxTKKBUcYGBDZIAImK0QhZgMMuRZ9Wt/ApGQy2rnOpN56hWnRStXSWF4AxXuvAWG0G+w7um1Ea2sKXBNF6vW7zncvQmif8kXm4TIwHdAUzS3/JR+E2JBshi+/JCCD+fA2H2+c/nPU9ym1Y3kQ0WnOYVzjPD5yZ677dZSWZ+qVNc9g4k++HsVsHlIDF65a37vkwsJ9NoIac0MjtTFZj1T7WrhtWAJo/nH4H/JD/H/rM1CujZIbEHD95r3QDGbJ207s/HG+eYnppR92t8ksPqmkYPhKfc3RMrkrMuzlQ4uWsASIrPeFfJmhEwcUxBCl50oE+oAR7SQ5+MkKmILn0RtjZfN1qQ3yrahYpbXsKH2rgBFmAdZmwcBQ3H9dtIit0luhAGKAnSe1PZBHEd6GDerfSBniQhdMmVbg/kf11EUIhNqwP/HNTN6v99IgJEbE4SNG58iCZ8nnXJJiOjvQaelaUPdZArgRsbb2sWdyBJbTSlwumQ9Y6IY0kTQ6Bvxsmh7g9uDdqEnds8BL3yW7p4d7pZN7UqwshMyd8VEd8E2jTqwI5NhNoynPhPbNkB6pP1J3vcAeZx7B+wwetOZotTQ8gydN38vPbrC7xMNAt4= | ||
on: | ||
tags: true | ||
branch: master | ||
condition: "$TRAVIS_PYTHON_VERSION = '3.6'" |
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,42 @@ | ||
This software is open source software available under the BSD-3 license. | ||
|
||
Copyright (c) 2018 Los Alamos National Security, LLC. | ||
All rights reserved. | ||
|
||
Copyright 2018. Los Alamos National Security, LLC. This software was produced | ||
under U.S. Government contract DE-AC52-06NA25396 for Los Alamos National | ||
Laboratory (LANL), which is operated by Los Alamos National Security, LLC for | ||
the U.S. Department of Energy. The U.S. Government has rights to use, | ||
reproduce, and distribute this software. NEITHER THE GOVERNMENT NOR LOS ALAMOS | ||
NATIONAL SECURITY, LLC MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY | ||
LIABILITY FOR THE USE OF THIS SOFTWARE. If software is modified to produce | ||
derivative works, such modified software should be clearly marked, so as not | ||
to confuse it with the version available from LANL. | ||
|
||
Additionally, redistribution and use in source and binary forms, with or | ||
without modification, are permitted provided that the following conditions | ||
are met: | ||
|
||
* Redistributions of source code must retain the above copyright notice, this | ||
list of conditions and the following disclaimer. | ||
|
||
* Redistributions in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
|
||
* Neither the name of Los Alamos National Security, LLC, Los Alamos National | ||
Laboratory, LANL, the U.S. Government, nor the names of its contributors may be | ||
used to endorse or promote products derived from this software without specific | ||
prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY LOS ALAMOS NATIONAL SECURITY, LLC AND CONTRIBUTORS | ||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, | ||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
ARE DISCLAIMED. IN NO EVENT SHALL LOS ALAMOS NATIONAL SECURITY, LLC OR | ||
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | ||
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT | ||
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | ||
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING | ||
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY | ||
OF SUCH DAMAGE. |
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