We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa3b44 commit 4d20165Copy full SHA for 4d20165
README.rst
@@ -1,4 +1,4 @@
1
-|buildstatus|
+|TravisCI| |CircleCI|
2
3
x-python
4
--------
@@ -75,5 +75,7 @@ a Python bytecode execution virtual machine. Net Batchelder started
75
it (based on work from Paul Swartz) to get a better understanding of
76
bytecodes so he could fix branch coverage bugs in coverage.py.
77
78
-.. |buildstatus| image:: https://circleci.com/gh/rocky/x-python.svg?style=svg
79
- :target: https://circleci.com/gh/rocky/x-python
+.. |CircleCI| image:: https://circleci.com/gh/rocky/xpython.svg?style=svg
+ :target: https://circleci.com/gh/rocky/xpython
80
+.. |TravisCI| image:: https://travis-ci.org/rocky/xpython.svg?branch=master
81
+ :target: https://travis-ci.org/rocky/xpython
0 commit comments