1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00

try install_egg_info workaround

suggested here: https://github.com/pypa/pip/issues/4537
This commit is contained in:
Jack Morris
2020-06-21 16:40:37 -04:00
committed by GitHub
parent b4acbe8aab
commit 2e9cc2c724

View File

@@ -1,5 +1,5 @@
language: python
ython:
python:
- '3.8.3'
- '3.7.7'
- '3.6.10'
@@ -9,6 +9,7 @@ before_install:
- python -m pip install --upgrade pip
- pip install black pytest pytest-xdist --upgrade
install:
- python setup.py install_egg_info
- pip install -e .
- pip freeze # print all pip packages & versions
script: