diff options
-rw-r--r-- | .appveyor.yml | 2 | ||||
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | setup.py | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index b43a2b3d..d7a87753 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: diff --git a/.travis.yml b/.travis.yml index 17669e67..dad81c37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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", |