Skip to content

Commit

Permalink
Merge pull request #109 from mozilla/20240904-githubactions
Browse files Browse the repository at this point in the history
update to new toml
  • Loading branch information
clouserw committed Sep 4, 2024
2 parents 2031677 + 8f8bab6 commit 3c23b76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
16 changes: 0 additions & 16 deletions .circleci/config.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r dev-requirements.txt
pip install .
pip install '.[dev]'
- name: Run tests
run: |
Expand Down
9 changes: 3 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
PyFxA: Python library for interacting with Mozilla Accounts
===========================================================

.. image:: https://travis-ci.org/mozilla/PyFxA.svg?branch=master
:target: https://travis-ci.org/mozilla/PyFxA

This is python library for interacting with the Mozilla Accounts (formerly known as the Firefox Accounts) ecosystem.

Eventually, it is planned to provide easy support for the following features:
Expand Down Expand Up @@ -109,7 +106,7 @@ Get a Bearer Token for an existing account
--account-server https://api.accounts.firefox.com/v1 \
--oauth-server https://oauth.accounts.firefox.com/v1
Please enter a password for [email protected]:
Please enter a password for [email protected]:
# ---- BEARER TOKEN INFO ----
# User: [email protected]
Expand Down Expand Up @@ -317,8 +314,8 @@ To get started:

.. code-block::
$ `pip install '.[dev]''`
$ `pip install .`
$ pip install '.[dev]'
$ pip install .
To run tests:

Expand Down

0 comments on commit 3c23b76

Please sign in to comment.