This commit is contained in:
Bernhard Posselt 2016-05-20 00:06:47 +02:00
Родитель 3adaa62b17
Коммит a06348a8f8
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -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
----------------