Skip to content

Commit

Permalink
Merge ffe7c67 into 375a8ba
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jul 11, 2020
2 parents 375a8ba + ffe7c67 commit 812b9bf
Show file tree
Hide file tree
Showing 39 changed files with 5,242 additions and 46 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ build_log.txt
.logs/
.vscode/
20*.dat

# bird droppings from IT
.log
.loglogin
17 changes: 0 additions & 17 deletions .project

This file was deleted.

8 changes: 0 additions & 8 deletions .pydevproject

This file was deleted.

5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ python:
- "3.8"
# - "nightly"


# see https://github.com/BCDA-APS/apstools/issues/137#ref-commit-5c7baa2
# install:
# - pip install -r requirements.txt
Expand All @@ -24,7 +25,9 @@ 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 -c apsu -c conda-forge -c nsls2forge -c defaults python=$TRAVIS_PYTHON_VERSION bluesky coverage databroker docopt epics-base numpy "ophyd>=1.4.0rc3" "pyepics>=3.4.1" pandas requests xlrd
- export MY_CONDA_CHANNELS="-c apsu -c conda-forge -c nsls2forge -c defaults -c aps-anl-tag"
- export MY_CONDA_PACKAGES="aps-dm-api bluesky>=1.6.2 coverage databroker docopt epics-base numpy ophyd>=1.5.1 pyepics>=3.4.2 pandas requests xlrd"
- conda create -y -n $PY_ENV $MY_CONDA_CHANNELS python=$TRAVIS_PYTHON_VERSION $MY_CONDA_PACKAGES
- source activate $PY_ENV
- which pip
- which python
Expand Down
Empty file added apstools/beamtime/__init__.py
Empty file.

0 comments on commit 812b9bf

Please sign in to comment.