There was an error while loading. Please reload this page.
1 parent b7072ae commit 026f042Copy full SHA for 026f042
.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
- - python3 --version # Check if the proper version of python (>=3.4) is installed
+ - python --version # Check if the proper version of python (>=3.4) 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