-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy path.travis.yml
More file actions
33 lines (26 loc) · 665 Bytes
/
Copy path.travis.yml
File metadata and controls
33 lines (26 loc) · 665 Bytes
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
language:
- python
python:
- "2.7"
# Container-based infrastructure (Linux)
# * https://docs.travis-ci.com/user/migrating-from-legacy/#How-can-I-use-container-based-infrastructure%3F
sudo:
- false
# Install packages differs for container-based infrastructure
# * https://docs.travis-ci.com/user/migrating-from-legacy/#How-do-I-install-APT-sources-and-packages%3F
# * http://stackoverflow.com/a/30925448/2288008
addons:
apt:
packages:
- python-enchant
install:
# Info about OS
- uname -a
# Info about Python tools
- which python
- python --version
- which virtualenv
- virtualenv --version
script:
- cd docs
- ./jenkins.sh