Skip to content

Commit

Permalink
Merge pull request #1 from simpeg-research/tests/conda
Browse files Browse the repository at this point in the history
Tests/conda
  • Loading branch information
lheagy authored Apr 12, 2018
2 parents ae137af + fa49e35 commit 378afe6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ before_install:
- conda update --yes conda

install:
- conda install --quiet --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib jupyter cython mkl
- pip install -r requirements.txt
- pip install -r requirements_dev.txt
- conda env create -f environment.yml
- source activate aem-environment
- export MPLBACKEND="agg"
- pip install -r requirements_dev.txt

script:
- travis_wait 30 nosetests tests -v -s
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: aem-environment

channels:
- conda-forge
- defaults
Expand Down
7 changes: 0 additions & 7 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
numpy
scipy
matplotlib
ipywidgets
discretize
SimPEG
pymatsolver
testipynb
nose

0 comments on commit 378afe6

Please sign in to comment.