mirror of
https://github.com/kennethreitz/env.git
synced 2026-06-05 06:56:16 +00:00
Fix script line to use appropriate version of python
This commit is contained in:
+2
-2
@@ -16,12 +16,12 @@ matrix:
|
|||||||
- python: nightly
|
- python: nightly
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install setuptools pytest pytest-cov flake8 python-coveralls
|
- pip install pytest pytest-cov flake8 python-coveralls
|
||||||
- if [ $(python -c "import sys; sys.exit(1 if (sys.version_info >= (3, 5)) else 0)") -eq 1 ]; then pip install flake8-bugbear; fi
|
- if [ $(python -c "import sys; sys.exit(1 if (sys.version_info >= (3, 5)) else 0)") -eq 1 ]; then pip install flake8-bugbear; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- flake8
|
- flake8
|
||||||
- python3 setup.py test
|
- python setup.py test
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|||||||
Reference in New Issue
Block a user