File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
3
3
language : python
4
-
5
- python :
6
- - " 3.6"
4
+ matrix :
5
+ include :
6
+ - name : " Python 3.6"
7
+ python : 3.6
8
+ env : PYTHON_VER=3.6
9
+ - name : " Python 3.7"
10
+ python : 3.7
11
+ env : PYTHON_VER=3.7
12
+ # python:
13
+ # - "3.6"
14
+ # - "3.7"
7
15
8
16
sudo : false
9
17
@@ -26,5 +34,5 @@ before_script:
26
34
- cd ~/ansible_collections/$COLLECTION_NAMESPACE/$COLLECTION_NAME
27
35
28
36
script :
29
- - ansible-test units --python 3.6
37
+ - ansible-test units --python $PYTHON_VER
30
38
- black . --check
Original file line number Diff line number Diff line change
1
+ [ ![ Build Status] ( https://travis-ci.org/FragmentedPacket/netbox_modules.svg?branch=master )] ( https://travis-ci.org/FragmentedPacket/netbox_modules )
1
2
# Netbox modules for Ansible using Ansible Collections
2
-
3
+
3
4
** THIS IS A WIP DUE TO COLLECTIONS BEING IN TECH REVIEW CURRENTLY (Ansible 2.8) BUT WILL BE UPDATED AS NECESSARY AS COLLECTIONS MATURES**
4
5
5
6
TODO:
6
7
- ~~ initial build and changes to properly import module_utils~~
7
8
- Add testing to a CI (Travis?) and existing unit tests
8
9
- ~~ Initial unit tests~~
9
- - Test different Python versions (3.6/3.7)
10
+ - ~~ Test different Python versions (3.6/3.7)~~
10
11
- Local testing using Tox
11
12
- Test currently supported versions of Ansible
12
13
- ~~ Add documentation on how to use to README~~
You can’t perform that action at this time.
0 commit comments