Skip to content

Commit 21acecd

Browse files
committed
Upgraded test dependencies.
1 parent b257c7c commit 21acecd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ before_script:
2323

2424
install:
2525
- pip install -e .
26-
- pip install psycopg2-binary==2.7.7
27-
- pip install flake8==3.7.7
28-
- pip install isort==4.3.15
29-
- pip install coverage==4.5.3
26+
- pip install psycopg2-binary==2.8.4
27+
- pip install flake8==3.7.9
28+
- pip install isort==4.3.21
29+
- pip install coverage==4.5.4
3030
- pip install coveralls
3131
- pip install mock
3232

0 commit comments

Comments
 (0)