Skip to content

Commit

Permalink
Merge pull request #22 from materials-data-facility/forge-dev
Browse files Browse the repository at this point in the history
Forge 0.5.1
  • Loading branch information
jgaff authored Jan 9, 2018
2 parents 5bbea73 + bab6f34 commit 889be4b
Show file tree
Hide file tree
Showing 15 changed files with 1,150 additions and 825 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
language: python
python:
- '2.7'
- '3.3'
#- '3.3' # Bug in TravisCI prevents 3.3 tests running (old pip in path)
- '3.4'
- '3.5'
- '3.6'
install:
- pip install -e .
- pip install pytest pytest-cov coveralls
- pip install pytest pytest-cov coveralls flake8
env:
- TEST_ENV=travis
script:
- travis_wait 50 py.test
- flake8 . && travis_wait 50 py.test
before_install:
- openssl aes-256-cbc -K $encrypted_4b438100ad6f_key -iv $encrypted_4b438100ad6f_iv
- openssl aes-256-cbc -K $encrypted_39a50b90a369_key -iv $encrypted_39a50b90a369_iv
-in travis.tar.enc -out travis.tar -d
- tar xvf travis.tar
- mkdir -p ~/mdf/credentials/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ r = mdf.search("materials commons")
r_2 = mdf.search_by_elements(elements=["Al","Cu"], sources=["oqmd"])
```

More examples are available in the examples directory.
More examples are available in the docs/examples directory.


# Documentation
Expand Down
File renamed without changes.
291 changes: 291 additions & 0 deletions docs/examples/Example Analysis - Fe-Cr-Al Oxidation.ipynb

Large diffs are not rendered by default.

File renamed without changes.
Loading

0 comments on commit 889be4b

Please sign in to comment.