forked from saeeddhqan/Maryam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
36 lines (36 loc) · 1.16 KB
/
.travis.yml
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
29
30
31
32
33
34
35
36
language: python
jobs:
include:
# - name: "Python 3.8.0 on Windows" Needs some change in the project
# os: windows
# language: shell
# before_install:
# - choco install python --version 3.8.0
# - python -m pip install --upgrade pip
# env: PATH=/c/Python38:/c/Python38/Scripts:$PATH
- name: "Python 3.8.0 on Xenial Linux"
python: 3.8
- name: "Python 3.8.0 on macOS"
os: osx
osx_image: xcode11.2
language: shell
before_install:
- python3 -m pip install --upgrade pip
script:
- python3 maryam -h
- python3 maryam -e linkedin -q "OWASP"
- python3 maryam -e show modules
- name: "Python 3.8 on FreeBSD"
python: 3.8
os: freebsd
- name: "Python 3.9 on Xenial Linux"
python: 3.9
- name: "Python 3.9 on FreeBSD"
python: 3.9
os: freebsd
install:
- "pip install -r requirements"
script:
- python maryam -h
- python maryam -e show modules
- python maryam -e linkedin -q "OWASP"