Skip to content

Commit

Permalink
Add cov environment to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Oct 12, 2018
1 parent f8a8eb0 commit 21e6460
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ matrix:
sudo: required
env: TOXENV=python3.7

- os: linux
python: 3.6
env: TOXENV=cov
after_success:
- coveralls

- os: osx
language: generic
env: TOXENV=python3.6
Expand All @@ -40,9 +46,6 @@ install:
script:
- bash -x .travis/run_test.sh

after_success:
- coveralls

notifications:
slack:
secure: KnfoxAQfeziKsZtDS0k0V/lQzHWYjD/IBRMl9igjgp2mTPFNR1fSQFTtuXe2bErc00J1EnzRtseiX/4DzsWUs39S+eNa9XzRzUdS6MnwoaHrpmr4femF8fAW6d5bwi1CyquuyCGHTgfuaIksirMwGwjrBgPGi7QmTHfHvT/Niq5+U1IiS6PkG398Ss6q3pPJeEstTq8eJlWGjbpk0D81fyr7S/fKIH0IAfrZahDU4Gr6V4TcT3ot3mNpTqbnAgXpwu7xEETyl8fnFri/MHq8JaLh+EcjUwMXU28cLUqDy738wNfIbFcfborq8E11T3NYp99I9q35JaxvuS1EhUddO0Z4lHDzAg7fV1DRLMmYHZV1r+DVJg+8kcmM7tLXXpDjwsgLk3a8TcNz+980Agkep9ZY8qyUxoqeAnJbIE4XgknFR8Qmj7HTsEtlXlbStBZ+zQNqTVyNdMr2ix2RpbJgesMSIijP06Py6j3i1cgNaqF77Zls/mG0WG0Ky1fGYmcpaThD4JIXYRpg1oMP2uVaiGxnx5wNMdn28eChW1EHUB7DeBKuy6YR3wiyktuucNZlAW7atJZJ9HBcr6XOrr3gIoRdAb9LsmF7GWSDPXMUF8rrKjDmKn7VIsDyVimgGVklodV2o0pMl4xGeu3twYX01egONzipwOiBxq/9ZYmZojo=
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = python{2.7,3.4,3.5,3.6,3.7}
envlist = python{2.7,3.4,3.5,3.6,3.7,cov}

[testenv]
deps =
Expand Down

0 comments on commit 21e6460

Please sign in to comment.