diff --git a/.travis.yml b/.travis.yml index 3483ffa..b4c4b01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,6 @@ matrix: python: 2.7 env: - TO_TEST=TEST_FULL - - os: linux - language: python - python: 3.4 - env: - - TO_TEST=TEST_FULL - os: linux language: python python: 3.7 @@ -46,6 +41,11 @@ matrix: python: 3.3 env: - TO_TEST=TEST_MOCK + - os: linux + language: python + python: 3.4 + env: + - TO_TEST=TEST_MOCK - os: linux language: python python: 3.5