Skip to content

Commit 4201512

Browse files
committed
Moving integration tests to jenkins
1 parent ddf119e commit 4201512

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

.travis.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
1-
env:
2-
- DOCKER_COMPOSE_VERSION=1.14.0
3-
41
language: python
52

63
python:
74
- "2.7"
85
- "3.3"
96
- "3.4"
107
- "3.5"
8+
- "3.5-dev"
119
- "3.6"
10+
- "3.6-dev"
11+
- "3.7-dev"
1212
- "nightly"
1313

14-
matrix:
15-
include:
16-
- python: "integration"
17-
env: INTEGRATION_TEST=1
18-
19-
before_install:
20-
- sudo rm /usr/local/bin/docker-compose
21-
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
22-
- chmod +x docker-compose
23-
- sudo mv docker-compose /usr/local/bin
14+
install:
15+
- pip install -Ur test-requirements.txt
2416

2517
script: bash travis_run_script.sh

0 commit comments

Comments
 (0)