Skip to content

Commit

Permalink
Merge pull request #253 from fplll/fix-readme
Browse files Browse the repository at this point in the history
Update README to remove Travis.
  • Loading branch information
malb authored Aug 18, 2023
2 parents dc0f213 + a35a6a0 commit e26f078
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@ from the top-level directory which runs all tests in ``tests/test_*.py``. We run

$ (fpylll) flake8 --max-line-length=120 --max-complexity=16 --ignore=E22,E241 src

Note that **fpylll** supports Python 2 and 3. In particular, tests are run using Python 2.7 and 3.5. See `.travis.yml <https://github.com/fplll/fpylll/blob/master/.travis.yml>`_ for details on automated testing.
Note that **fpylll** supports Python 3. In particular, tests are run using Python 3.8, 3.9 and 3.10. See `.tests.yml <https://github.com/fplll/fpylll/blob/master/.github/workflows/tests.yml>`_ for details on automated testing.


Attribution & License
---------------------
Expand Down

0 comments on commit e26f078

Please sign in to comment.