Skip to content

Commit

Permalink
Merge branch 'feature/add-env-py35' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwonlee committed Apr 13, 2019
2 parents 2e816a2 + 2afcdb3 commit acd7952
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions environment.3.5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ref : Francesco Mosconi, Travis + Anaconda + Jupyter, https://github.com/ghego/travis_anaconda_jupyter

name: travis_anaconda_jupyter

channels:
- defaults

dependencies:
# https://docs.anaconda.com/anaconda/packages/old-pkg-lists/4.2.0/py35/
- python=3.5
- jupyter=1.0.0
- matplotlib=2.0.2
- numpy=1.11.1
- pandas=0.18.1
- pytest=2.9.2
- scipy=0.18.1
- statsmodels=0.6.1
- sympy=1.0=py35_0
2 changes: 1 addition & 1 deletion test_nb.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ def make_file_list(path=os.path.abspath(os.path.join(os.path.split(__file__)[0],
)
)
def test_ipynb_file(filename, _exec_notebook):
print(f'test() : {filename}')
print('test() : %s' % filename)
_exec_notebook(filename)

0 comments on commit acd7952

Please sign in to comment.