Skip to content

Commit

Permalink
Upgrade tox to 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocheque committed Sep 5, 2019
1 parent 4f8467b commit 4806955
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ prepare:
#clear ; virtualenv env -p python3.5

os_deps:
brew install gdal --HEAD
brew install gdal

deps:
clear
Expand All @@ -37,7 +37,7 @@ test:
build: clean prepare os_deps deps test

tox:
clear ; time tox
clear ; time env/bin/tox

push: test
clear ; git push origin master
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tox==2.6.0
tox==3.14.0

psycopg2==2.7 # For tests with Postgres fields
#or psycopg2cffi==2.7.5 # For pypy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'django-nose==1.4.5',
'coverage==3.7.1',
'django-coverage==1.2.4',
'tox==2.6.0',
'tox==3.14.0',
'flake8==2.1.0',
'pyflakes==1.5.0',
'pylint==1.6.5',
Expand Down

0 comments on commit 4806955

Please sign in to comment.