There was an error while loading. Please reload this page.
1 parent bfa7cc6 commit 1a4ee30Copy full SHA for 1a4ee30
.travis.yml
@@ -15,6 +15,6 @@ addons:
15
16
script:
17
- g++-7 --version && g++-7 -v # Check if proper version of g++ (>=7.2) is installed
18
- - python --version # Check if the proper version of python (>=3.4) is installed
+ - python --version # Check if the proper version of python (>=3.6) is installed
19
- cd tests # Enter test directory
20
- python test_all_solutions.py $TRAVIS_BUILD_DIR g++-7 # Run all tests
0 commit comments