diff --git a/.travis.yml b/.travis.yml index 55be6d4a..5337be5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -110,26 +110,23 @@ jobs: # Python 3.9 Dev Tests - name: Python 3.9 on Linux - script: + before_install: + - pip install toml - python .build/allow_all_python_version.py - - poetry run pytest - - poetry run behave python: 3.9-dev - <<: *test_mac name: Python 3.9 on MacOS - script: + before_install: + - pip install toml - python .build/allow_all_python_version.py - - poetry run pytest - - poetry run behave python: 3.9-dev env: JRNL_PYTHON_VERSION: 3.9.0b5 - <<: *test_windows name: Python 3.9 on Windows - script: + before_install: + - pip install toml - python .build/allow_all_python_version.py - - poetry run pytest - - poetry run behave python: 3.9-dev env: <<: *env_windows