Skip to content

Commit

Permalink
Other strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
hfjn committed Jul 5, 2019
1 parent 31d8091 commit 792e892
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist: xenial
language: python
cache: pip
env:
- TEST_CMD="pytest tests/ --integration --cov=esque --local"
- ESQUE_ENV=dev TEST_CMD="pytest tests/ --integration --cov=esque --local"
before_install:
- wget https://mirror.netcologne.de/apache.org/kafka/2.2.0/kafka_2.12-2.2.0.tgz -O kafka.tgz
- mkdir -p kafka && tar xzf kafka.tgz -C kafka --strip-components 1
Expand Down Expand Up @@ -35,14 +35,8 @@ matrix:
- TEST_CMD="flake8 esque/"
- name: '3.6'
python: 3.6
env:
- ESQUE_ENV=dev
- TEST_CMD="pytest tests/ --integration --cov=esque --local"
- name: '3.7'
python: 3.7
env:
- ESQUE_ENV=dev
- TEST_CMD="pytest tests/ --integration --cov=esque --local"
deploy:
provider: pypi
user: real.digital
Expand Down

0 comments on commit 792e892

Please sign in to comment.