Skip to content

Commit

Permalink
TST: Appveyor config
Browse files Browse the repository at this point in the history
Add depth to appveyor config
Small modification to method of testing
  • Loading branch information
bashtage committed Jun 29, 2016
1 parent e7f1f25 commit 2ad15d5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions appveyor.yml
@@ -1,5 +1,5 @@
skip_tags: true
clone_depth: 1
clone_depth: 50

os: Visual Studio 2015

Expand All @@ -22,9 +22,8 @@ build_script:
- conda config --set always_yes yes
- conda update conda --quiet
- conda install numpy cython nose pandas scipy patsy statsmodels matplotlib numba nbconvert nbformat nose pip pyyaml setuptools pyqt pyparsing --quiet
- python setup.py develop
- set "GIT_DIR=%cd%"
- python setup.py install

test_script:
- cd ..
- cd ..\..
- nosetests arch

0 comments on commit 2ad15d5

Please sign in to comment.