try to fix travis
This commit is contained in:
Родитель
3adaa62b17
Коммит
a06348a8f8
|
@ -6,8 +6,7 @@ python:
|
|||
|
||||
before_install:
|
||||
- pip install pep8
|
||||
- echo $PYTHON_VERSION
|
||||
- if [[ $PYTHON_VERSION == "3.4" ]]; then pip3 install typing; fi
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then pip3 install typing; fi
|
||||
|
||||
script:
|
||||
- make test
|
|
@ -27,7 +27,7 @@ Dependencies
|
|||
------------
|
||||
|
||||
* **Python >=3.4**
|
||||
|
||||
* **typing** (from pip) if you are running Python 3.4
|
||||
|
||||
Pre-Installation
|
||||
----------------
|
||||
|
|
Загрузка…
Ссылка в новой задаче