Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #361 from simphony/master-fix-flakea
Browse files Browse the repository at this point in the history
Master fix flake for appveyor
  • Loading branch information
stefanoborini committed Dec 7, 2016
2 parents a24f84c + d0a7b45 commit 3fa554e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 1 addition & 14 deletions appveyor-install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,7 @@
call setenv /x64

rem install python packages
pip install numpy
rem builds currently fail
rem pip install numexpr
rem pip install tables >= 3.1.1
pip install enum34>=1.0.4
pip install stevedore>=1.2.0
pip install click>=3.3
pip install pyyaml>=3.11
pip install sphinx>=1.3.1
pip install tabulate>=0.7.4
pip install mock==1.0.1
pip install coverage
pip install flake8==2.6.2
pip install hypothesis
pip install -r dev_requirements.txt

rem install simphony-common
python setup.py develop
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ sphinx >= 1.3.1
tabulate >= 0.7.4
mock==1.0.1
coverage
flake8
flake8<3
numpy >= 1.4.1
hypothesis

0 comments on commit 3fa554e

Please sign in to comment.