Skip to content

Commit

Permalink
Add travis CI (#13)
Browse files Browse the repository at this point in the history
* add travis configuration
  • Loading branch information
ltalirz committed Apr 30, 2019
1 parent b514cc5 commit 0b2143e
Show file tree
Hide file tree
Showing 10 changed files with 622 additions and 673 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python:
- "2.7"
- "3.6"
sudo: required

install:
- pip install --upgrade pip
- pip install -r docs/requirements.txt

script: cd docs; make
2 changes: 0 additions & 2 deletions docs/jekyll/Gemfile

This file was deleted.

6 changes: 0 additions & 6 deletions docs/jekyll/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/jekyll/_config.yml

This file was deleted.

2 changes: 0 additions & 2 deletions docs/jekyll/_includes/head.html

This file was deleted.

224 changes: 0 additions & 224 deletions docs/pages/2018_EPFL_molsim/tutorial/calculations.md

This file was deleted.

0 comments on commit 0b2143e

Please sign in to comment.