FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sample-code-python/.travis.yml at master · KarthikeyanKumar/sample-code-python · GitHub
KarthikeyanKumar
/
sample-code-python
Public
forked from
AuthorizeNet/sample-code-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sample-code-python
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (24 loc) · 650 Bytes
Breadcrumbs
sample-code-python
/
.travis.yml
Copy path
File metadata and controls
28 lines (24 loc) · 650 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
language
:
python
sudo
:
false
python
:
-
"
2.7
"
-
"
3.4
"
-
"
3.5
"
-
"
3.6
"
-
"
3.7-dev
"
-
"
pypy
"
-
"
pypy3
"
matrix
:
fast_finish
:
true
allow_failures
:
-
python
:
"
3.7-dev
"
#
3.7-dev started crashing when building lxml although the neither the python version nor the lxml version seemed to change.
#
Will have to investigate further.
-
python
:
"
pypy
"
-
python
:
"
pypy3
"
#
pypy will just crash due to an incompatibility with lxml.
#
Newer versions of pypy seem to crash also, so we probably have to fix with a newer version of lxml
install
:
-
pip install authorizenet
script
:
python test-runner.py
Back
|
FazBrowse Home
|
New Git URL