Skip to content

Commit

Permalink
Merge b042e34 into 17a5772
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Apr 28, 2020
2 parents 17a5772 + b042e34 commit b70476e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cache: pip

install:
- pip install -r requirements.txt
- pip install pytest pytest-twisted pytest-cov==2.5.1 pytest-pep8 coveralls
- pip install -U pytest pytest-twisted pytest-cov pytest-pep8 coveralls attrs>=19.2.0

script:
- pytest --cov=benchmarking --pep8 benchmarking
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ google-cloud-storage>=1.12.0
Pillow>=6.2.0
python-decouple>=3.1,<4
python-dateutil==2.8.0
treq==18.6.0
twisted>=19.7.0,<20.0.0
treq==20.3.0
twisted>=20.3.0

0 comments on commit b70476e

Please sign in to comment.