Skip to content

Commit ddf119e

Browse files
committed
Testing matrix
1 parent f3297c6 commit ddf119e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ language: python
55

66
python:
77
- "2.7"
8-
- "3.2"
98
- "3.3"
109
- "3.4"
1110
- "3.5"
@@ -14,7 +13,7 @@ python:
1413

1514
matrix:
1615
include:
17-
- python: "nightly"
16+
- python: "integration"
1817
env: INTEGRATION_TEST=1
1918

2019
before_install:

travis_run_script.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
if $INTEGRATION_TEST -eq 1; then
33
docker-compose -f docker/v93/docker-compose.yml build
44
docker-compose -f docker/v93/docker-compose.yml up --abort-on-container-exit
5-
./cov
65
else
76
pip install -Ur test-requirements.txt
87
./cov

0 commit comments

Comments
 (0)