forked from crowddynamics/crowddynamics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
29 lines (25 loc) · 776 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
# Some examples configurations:
# https://github.com/numba/numba/tree/master/buildscripts
# https://github.com/dask/dask/tree/master/continuous_integration
#
# Resources
# https://lint.travis-ci.org/
# https://gist.github.com/dan-blanchard/7045057
# https://docs.travis-ci.com/user/trusty-ci-environment/
language: python
sudo: true
os: linux
dist: trusty
notifications:
email: false
matrix:
include:
- env: CONDA_ENV=crowd34 PYTHON=python3.4
- env: CONDA_ENV=crowd35 PYTHON=python3.5
- env: CONDA_ENV=crowd36 PYTHON=python3.6
branches:
only:
- master
install: source continuous_integration/travis/install.sh
script: source continuous_integration/travis/run_tests.sh
#after_success: source continuous_integration/after_success.sh