Skip to content

Commit

Permalink
Update Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
apiad committed Dec 22, 2019
1 parent 11101f7 commit 79491c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ cache: pip

python:
- 3.6
- 3.7
- 3.8
env:
global:
- BUILD_ENVIRONMENT=development

install: make dev-install
script: make dev-test-single
script: make dev-test-full
after_success: make dev-cov

notifications:
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: clean lint test-fast test-full shell

BASE_VERSION := 3.6
BASE_VERSION := 3.8
ALL_VERSIONS := 3.6 3.7 3.8

test-fast:
Expand Down

0 comments on commit 79491c8

Please sign in to comment.