Skip to content

Commit 0185419

Browse files
authored
Created Travis C.I Config (#15)
1 parent bf6e003 commit 0185419

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: python
2+
python:
3+
- '3.8'
4+
- '3.7'
5+
- '2.7'
6+
jobs:
7+
include:
8+
- python: '3.8' # this is not strictly necessary
9+
env: EXTRA_TESTS=true
10+
- python: '3.7'
11+
env: EXTRA_TESTS=true
12+
script: env $EXTRA_TESTS ./test.py $TEST_SUITE

0 commit comments

Comments
 (0)