File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,7 @@ environment:
7
7
8
8
matrix :
9
9
- PYTHON : " C:\\ Python35-x64"
10
- PYTHON_VERSION : " 3.5.x" # currently 3.4.3
11
- PYTHON_ARCH : " 64"
12
-
13
- - PYTHON : " C:\\ Python35-x64"
14
- PYTHON_VERSION : " 3.5.0"
10
+ PYTHON_VERSION : " 3.5.x" # currently 3.5.1
15
11
PYTHON_ARCH : " 64"
16
12
17
13
install :
Original file line number Diff line number Diff line change 29
29
"The Opentrons API is a simple framework designed to make "
30
30
"writing automated biology lab protocols easy." )
31
31
PACKAGES = find_packages (where = '.' , exclude = ["tests.*" , "tests" ])
32
- INSTALL_REQUIRES = ['dill==0.2.5' , 'requests= =2.12.4' , 'pyserial==3.2.1' ]
32
+ INSTALL_REQUIRES = ['dill==0.2.5' , 'requests> =2.12.4' , 'pyserial==3.2.1' ]
33
33
TEST_SUITE = 'nose.collector'
34
34
35
35
HERE = os .path .abspath (os .path .dirname (__file__ ))
You can’t perform that action at this time.
0 commit comments