diff --git a/.circleci/config.yml b/.circleci/config.yml index c382939..1eed759 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,8 +16,6 @@ jobs: conda config --add channels conda-forge conda config --set always_yes yes --set changeps1 no conda install --file requirements/tests.txt - # Remove once 0.9.20 is released - pip install --no-deps https://github.com/xonsh/xonsh/archive/master.zip pip install xonda - run: name: tests diff --git a/.travis.yml b/.travis.yml index 877b285..c7cfc6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,6 @@ install: # Install dependencies - conda install --file requirements/docs.txt - # Remove once 0.9.20 is released - - pip install --no-deps https://github.com/xonsh/xonsh/archive/master.zip - pip install xonda - python setup.py install diff --git a/news/oauth_fix.rst b/news/oauth_fix.rst index a850108..24ce83b 100644 --- a/news/oauth_fix.rst +++ b/news/oauth_fix.rst @@ -15,7 +15,7 @@ **Removed:** - +* Removed pip install of xonsh from github **Fixed:**