don't declare codecov as dev dependency

This commit is contained in:
Maximilian Hils
2016-06-07 00:48:32 -07:00
parent 5ea363afad
commit c6180a7b26
3 changed files with 2 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ environment:
SNAPSHOT_PASS:
secure: LPjrtFrWxYhOVGXzfPRV1GjtZE/wHoKq9m/PI6hSalfysUK5p2DxTG9uHlb4Q9qV
install:
- "pip install --user -U virtualenv"
- "pip install --user -U virtualenv codecov"
- "dev.bat"
- "python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\""
test_script:

View File

@@ -39,7 +39,7 @@ install:
brew outdated openssl || brew upgrade openssl
brew install python
fi
- pip install -U virtualenv
- pip install -U virtualenv codecov
- ./dev.sh
- source venv/bin/activate

View File

@@ -97,7 +97,6 @@ setup(
"ipaddress>=1.0.15, <1.1",
],
'dev': [
"codecov",
"mock>=2.0, <2.1",
"flake8>=2.5.4, <3",
"pytest>=2.8.7, <2.10",