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

Commit e6c8b4e

Browse files
Merge pull request #360 from simphony/fix-flake
Choosing a version less than 3
2 parents 77f5c34 + 34cd971 commit e6c8b4e

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

appveyor-install.cmd

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,8 @@ pip install numpy
66
rem builds currently fail
77
rem pip install numexpr
88
rem pip install tables >= 3.1.1
9-
pip install enum34>=1.0.4
10-
pip install stevedore>=1.2.0
11-
pip install click>=3.3
12-
pip install pyyaml>=3.11
13-
pip install sphinx>=1.3.1
14-
pip install tabulate>=0.7.4
15-
pip install mock==1.0.1
16-
pip install coverage
17-
pip install flake8
18-
pip install hypothesis
9+
pip install -r dev_requirements.txt
10+
1911

2012
rem install simphony-common
2113
python setup.py develop

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ sphinx >= 1.3.1
77
tabulate >= 0.7.4
88
mock==1.0.1
99
coverage
10-
flake8
10+
flake8<3
1111
numpy >= 1.4.1
1212
hypothesis

0 commit comments

Comments
 (0)