File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ install:
37
37
git config --global user.email "travis@ci.com"
38
38
git config --global user.name "Travis Runner"
39
39
40
- # # Install any dev-requirements (FIXME: remove on release)
41
- - pip install -I git+https://github.com/ankostis/smmap.git@v2.1.0.dev1
42
40
- pip install -r requirements.txt
43
41
44
42
build : false
Original file line number Diff line number Diff line change 12
12
depth : 1000
13
13
install :
14
14
- pip install coveralls
15
-
16
- # # Install any dev-requirements (FIXME: remove on release)
17
- - pip install -I git+https://github.com/ankostis/smmap.git@v2.1.0.dev1
18
15
- pip install -r requirements.txt
19
16
script :
20
17
- ulimit -n 48
Original file line number Diff line number Diff line change 1
- smmap >= 0.8.3
2
1
contextlib2 ; python_version < = "2.7"
2
+ #smmap>=2.1.0
3
+
4
+ ## DEV-requirements (FIXME: remove on release)
5
+ -e git+https://github.com/ankostis/smmap.git@v2.1.0.dev1#egg=smmap
You can’t perform that action at this time.
0 commit comments