forked from aws/aws-parallelcluster-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
36 lines (33 loc) · 808 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
matrix:
include:
- language: ruby
rvm:
- 2.4.0
before_install:
- wget https://releases.hashicorp.com/vagrant/2.0.0/vagrant_2.0.0_x86_64.deb
- sudo dpkg -i vagrant_2.0.0_x86_64.deb
install: bundle install --without aws
script: bundle exec rake
- language: python
sudo: required
dist: xenial
python: "3.6"
install:
- pip install tox-travis
script: tox
- language: python
sudo: required
dist: xenial
python: "3.7"
install:
- pip install tox-travis
script: tox
- language: python
sudo: required
dist: xenial
python: "3.7"
name: Python Code Checks
env: TOXENV=code-linters
install:
- pip install tox-travis
script: tox