Skip to content

Commit

Permalink
Merge pull request #187 from prjemian/51-interpret-Gn-lines
Browse files Browse the repository at this point in the history
interpret #Gn lines
  • Loading branch information
prjemian committed Aug 14, 2019
2 parents 4b9e397 + 0f499e1 commit 54dea43
Show file tree
Hide file tree
Showing 14 changed files with 1,774 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_script:
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH=$HOME/miniconda/bin:$PATH
- export PY_ENV=travis-$TRAVIS_PYTHON_VERSION
- conda create -y -n $PY_ENV python=$TRAVIS_PYTHON_VERSION numpy lxml MatPlotLib h5py six coverage docopt
- conda create -y -n $PY_ENV python=$TRAVIS_PYTHON_VERSION --file=requirements.txt
- source activate $PY_ENV
- which pip
- which python
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ include src/spec2nexus/data/*
include src/spec2nexus/plugins/*.xsd
include versioneer.py
include src/spec2nexus/_version.py
include src/spec2nexus/diffractometer-geometries.dict
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
coverage
docopt
h5py
lxml
matplotlib
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
'data/Cd*',
'plugins/*.xsd',
'LICENSE.txt',
'diffractometer-geometries.dict',
],
},
classifiers = package.__classifiers__,
Expand Down

0 comments on commit 54dea43

Please sign in to comment.