aboutsummaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: 8f7f2d6a1567e85127f370890b82804127ffbb7d (plain) (tree)
1
2
3
4
5
6
7
8
9
                
        
         



             
           
                                 
       



                                 
 
                    
                                                                                                                                                        
language: python
python: 
  - "3.6"
branches:
  only:
    - master
    - develop
sudo: false
install: "pip install jsonschema"
script:

# check valid JSON/well formatted
- python3 test.py format
- git diff --quiet &>/dev/null

# check test schemas
- python3 test.py validate ./src/VMTestsFiller ./src/GeneralStateTestsFiller ./src/BlockchainTestsFiller ./VMTests ./GeneralStateTests ./BlockchainTests