Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Superjomn committed Mar 16, 2018
1 parent 14dc3a5 commit a647580
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: cpp
language: python
cache:
- pip
- ccache
Expand All @@ -18,15 +18,17 @@ addons:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-5
- g++-5
- git
# - gcc-5
# - g++-5
# - git
- python3
- python3-pip
- ccache

install:
- pip install -r requirements.txt

before_install:
pip3 install xonsh

script:
- gcc-5 --version
Expand Down
2 changes: 0 additions & 2 deletions dependencies.txt

This file was deleted.

3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
xonsh
numpy
flask

0 comments on commit a647580

Please sign in to comment.