Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
actually test with 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
arnisoph committed Apr 27, 2017
1 parent e36b217 commit 8d788d9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,22 @@ matrix:
services:
- docker
- python: '3.5'
env:
- TOX_ENV=app_tests_min
- START_INTEGRATION_SERVERS=yes
services:
- docker
- python: '3.6'
env:
- TOX_ENV=app_tests_cov_upload
- START_INTEGRATION_SERVERS=yes
services:
- docker

- python: '3.5'
- python: '3.6'
env:
- TOX_ENV=app_flake8
- python: '3.5'
- python: '3.6'
env:
- TOX_ENV=tests_flake8

Expand Down

0 comments on commit 8d788d9

Please sign in to comment.