Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
AuxProc committed Sep 26, 2015
1 parent db8d296 commit e9efc13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- "3.4"
install: "pip3 install TwitterAPI"
install: "pip3 install apscheduler"
install: "pip3 install TwitterAPI && pip3 install apscheduler"
script: python3 -m py_compile main.py && python3 tests.py

0 comments on commit e9efc13

Please sign in to comment.