Skip to content

Commit

Permalink
Standardized testing setup in travis-ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
aewebb80 committed Aug 15, 2017
1 parent cb27119 commit 6575164
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 76 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: required

language: python
python:
python:
- "2.7"
- "3.6"

Expand All @@ -13,6 +13,6 @@ install:

cache: pip

script:
script:
- sh run_jared_tests.sh
- cd andrew && python andrew_tests.py && cd ..
- sh run_andrew_tests.sh
73 changes: 0 additions & 73 deletions andrew/tester.py

This file was deleted.

File renamed without changes.
3 changes: 3 additions & 0 deletions run_andrew_tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cd andrew
python tests.py
return $?

0 comments on commit 6575164

Please sign in to comment.