-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.travis.yml
More file actions
27 lines (26 loc) · 811 Bytes
/
.travis.yml
File metadata and controls
27 lines (26 loc) · 811 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
dist: trusty
language: python
notifications:
email: false
cache:
pip: true
matrix:
include:
- python: 3.6
install:
- pip install -r requirements.txt
#- pip install mesa # for mesa_example
- pip install flake8
script:
- flake8 examples --ignore=F403,E501,E123,E128,F401,F405,E402,F821,F841,E721,E265,F811,E302,E303,E741,E305,W504
- cd examples
- cd 2sectors && python start.py && cd ..
#- cd 50000_firms && python start.py && cd ..
- cd calendar && python start.py && cd ..
#- cd cce && python start.py && cd ..
#- cd create_and_delete_agents && python start.py && cd ..
#- cd mesa_example && python start.py && cd ..
#- cd monetary_shocks && python start.py && cd ..
#- cd one_household_one_firm_with_logic && python start.py && cd ..
# pid_controller
# sugarscape