We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3297c6 commit ddf119eCopy full SHA for ddf119e
.travis.yml
@@ -5,7 +5,6 @@ language: python
5
6
python:
7
- "2.7"
8
- - "3.2"
9
- "3.3"
10
- "3.4"
11
- "3.5"
@@ -14,7 +13,7 @@ python:
14
13
15
matrix:
16
include:
17
- - python: "nightly"
+ - python: "integration"
18
env: INTEGRATION_TEST=1
19
20
before_install:
travis_run_script.sh
@@ -2,7 +2,6 @@
2
if $INTEGRATION_TEST -eq 1; then
3
docker-compose -f docker/v93/docker-compose.yml build
4
docker-compose -f docker/v93/docker-compose.yml up --abort-on-container-exit
- ./cov
else
pip install -Ur test-requirements.txt
./cov
0 commit comments