8000
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.
2 parents aa977aa + ea66134 commit 8a81ac3Copy full SHA for 8a81ac3
.travis.yml
Makefile
@@ -11,10 +11,10 @@ clean:
11
git clean -Xdf
12
rm -rf build/ dist/
13
14
-travis:
+ga:
15
$(TEST_RUNNER)
16
17
-tests: travis
+tests: ga
18
19
test-deps:
20
pip install -r dev-requirements.txt
README.rst
@@ -47,10 +47,10 @@ Build status
47
48
You can find `master` build statuses for different environments.
49
50
-- travis_
+- Github_
51
- appveyor_
52
53
-.. _travis: https://travis-ci.org/sigmavirus24/github3.py
+.. _Github: https://github.com/sigmavirus24/github3.py/actions
54
.. _appveyor: https://ci.appveyor.com/project/sigmavirus24/github3-py/branch/master
55
56
License
0 commit comments