-
Notifications
You must be signed in to change notification settings - Fork 4
/
.travis.yml
47 lines (42 loc) · 931 Bytes
/
.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
37
38
39
40
41
42
43
44
45
46
47
language: python
python:
- "3.6"
before_install:
- cat .travis.yml
- npm update -g
- pip install --upgrade pip
install:
- npm install -g istanbul
- npm install -g jshint
- npm install -g mocha
- npm install lodash
- pip install autopep8
- pip install coverage
- pip install mypy
- pip install numpy
- pip install pylint
- pip list
before_script:
- date
- uname -a
- printenv | sort
- autopep8 --version
- coverage --version
- git --version
- istanbul help
- java -version
- javac -version
- jshint --version
- make --version
- mypy --version
- node --version
- npm --version
- pip --version
- pydoc --version
- pylint --version
- python --version
- ls -al
- cat makefile
- cat projects/collatz/makefile
script:
- make travis