Commit graph

11 commits

Author SHA1 Message Date
David Lord
491d331e6e
load env vars using python-dotenv 2017-07-16 13:37:51 -07:00
Alex Kahan
6478d7bb99 Adding coverage generation to tox (#2071)
* Adding coverage generation to tox

* Removing test directory from coverage command

* Adding back  to pytest command
2016-10-31 23:10:27 +01:00
David Lord
db468a4618 ignore pycharm config 2015-12-01 20:58:12 -08:00
Redian
4a576b06e8 Add .cache dir to gitignore
I think this could be handy and potentially minimise the risk
anyone commits it to the project.

```
flask - (master) $ tree .cache/
.cache/
└── v
    └── cache
        └── lastfailed

```
2015-11-26 21:04:23 +00:00
Armin Ronacher
6cd191db4f Ignore build folder 2015-10-01 13:59:05 +02:00
Armin Ronacher
c18f032a82 Added a tox-test command that runs Flask tests with tox 2010-07-27 01:29:21 +02:00
Armin Ronacher
51a89bf35e Restored 2.5 compatibility and actual fix for the json problem 2010-07-04 20:07:03 +02:00
Armin Ronacher
1cb75df8f1 Add leftovers from website branch to gitignore 2010-04-21 18:39:51 +02:00
Armin Ronacher
8605cc310d ignore dist folder 2010-04-16 14:25:24 +02:00
Armin Ronacher
4ec7d2a0d8 Started working on documentation.
So far just the stable parts :)
2010-04-06 16:02:14 +02:00
Armin Ronacher
33850c0ebd Initial checkin of stuff that exists so far. 2010-04-06 13:12:57 +02:00