Skip to content

Commit

Permalink
Complete unpin of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoscon authored Oct 28, 2016
1 parent 8772830 commit b8d19d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ install:
- pip install mock --upgrade
- pip install mockextras
- pip install pytest --upgrade
- pip install pytest-cov==2.3.0
- pip install pytest-cov --upgrade
- pip install pytest-server-fixtures --upgrade
- pip install pytest-timeout==1.0.0
- pip install pytest-xdist==1.15.0
- pip install pytest-timeout --upgrade
- pip install pytest-xdist --upgrade
- pip install setuptools-git --upgrade
script:
- pip freeze
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def run_tests(self):
"mockextras",
"pytest",
"pytest-cov",
"pytest-server-fixtures>=1.2.2",
"pytest-server-fixtures",
"pytest-timeout",
"pytest-xdist",
],
Expand Down

0 comments on commit b8d19d7

Please sign in to comment.