#20 Smoke test self without Python 3.4
Merged 4 years ago by churchyard. Opened 4 years ago by churchyard.
tests/ churchyard/python nopy34  into  master

file modified
+3 -3
@@ -16,9 +16,9 @@ 

      - smoke27:

          dir: smoke

          run: VERSION=2.7 METHOD=virtualenv ./venv.sh

-     - smoke34:

+     - smoke35:

          dir: smoke

-         run: VERSION=3.4 METHOD=virtualenv-no-download TOX=false ./venv.sh

+         run: VERSION=3.5 METHOD=virtualenv-no-download ./venv.sh

      - smoke36:

          dir: smoke

          run: VERSION=3.6 METHOD=venv TOX=false ./venv.sh
@@ -50,7 +50,7 @@ 

      - gcc

      - virtualenv

      - python27

-     - python34

+     - python35

      - python36

      - python37

      - python38