Skip to content

Commit

Permalink
Update python version in Makefile from 3.5 to 3.6 (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
mturzanska authored and drewbanin committed Dec 4, 2017
1 parent 850d00c commit 6dbe79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ test:

test-unit:
@echo "Unit test run starting..."
@time docker-compose run test tox -e unit-py27,unit-py35,pep8
@time docker-compose run test tox -e unit-py27,unit-py36,pep8

test-integration:
@echo "Integration test run starting..."
@time docker-compose run test tox -e integration-postgres-py27,integration-postgres-py35,integration-snowflake-py27,integration-snowflake-py35,integration-bigquery-py27,integration-bigquery-py35
@time docker-compose run test tox -e integration-postgres-py27,integration-postgres-py36,integration-snowflake-py27,integration-snowflake-py36,integration-bigquery-py27,integration-bigquery-py36

test-new:
@echo "Test run starting..."
Expand Down

0 comments on commit 6dbe79b

Please sign in to comment.