Skip to content

Commit

Permalink
Updated allowed accuracy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Stewart authored and Russell Stewart committed Mar 15, 2017
1 parent ad7b569 commit bc565d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dist: trusty
sudo: required
before_install:
- sudo apt-get install python2.7 python-numpy python-pip
script: pip install numpy && ./demo.sh | tee results.txt && [[ `cat results.txt | egrep "Total accuracy: 2[23]" | wc -l` = "1" ]] && echo test-passed
script: pip install numpy && ./demo.sh | tee results.txt && [[ `cat results.txt | egrep "Total accuracy. 2[23]" | wc -l` = "1" ]] && echo test-passed

0 comments on commit bc565d8

Please sign in to comment.