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 #360 from simphony/fix-flake
Browse files Browse the repository at this point in the history
Choosing a version less than 3
  • Loading branch information
stefanoborini committed Dec 7, 2016
2 parents 77f5c34 + 34cd971 commit e6c8b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions appveyor-install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,8 @@ 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
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 e6c8b4e

Please sign in to comment.