Skip to content

Commit efaa6a1

Browse files
committed
chore(deps): pin dev dependencies on requirements text
[travisci skip]
1 parent 7aa9590 commit efaa6a1

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.appveyor.yml

-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ install:
3737
git config --global user.email "[email protected]"
3838
git config --global user.name "Travis Runner"
3939
40-
## Install any dev-requirements (FIXME: remove on release)
41-
- pip install -I git+https://github.com/ankostis/[email protected]
4240
- pip install -r requirements.txt
4341

4442
build: false

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ git:
1212
depth: 1000
1313
install:
1414
- pip install coveralls
15-
16-
## Install any dev-requirements (FIXME: remove on release)
17-
- pip install -I git+https://github.com/ankostis/[email protected]
1815
- pip install -r requirements.txt
1916
script:
2017
- ulimit -n 48

requirements.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
smmap>=0.8.3
21
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/[email protected]#egg=smmap

0 commit comments

Comments
 (0)